Relative Content

Tag Archive for javaunit-testingjunitmockito

Java Mockito: MockedStatic in own line, without curly braces

Is there any way to move code out the MockedStatic curly brackets and make everything its own line, without side effects? Just curious looking at the template here, If there is no answer, thats fine. We have multiple MockedStatic, and its causing 2-3 layer curly brackets.