Recently, I was writing a test method similar to this: /** * SOME_FEATURE is a constant that identifies a feature the application provides if enabled */ void transferMoneyTest() { withEnabledFeature(SOME_FEATURE, () -> { // line one of the test method […]