File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/test/java/org/gridsuite/securityanalysis/server Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4848import org .junit .jupiter .api .Test ;
4949import org .mockito .Mock ;
5050import org .mockito .MockitoAnnotations ;
51- import org .mockito .stubbing .Answer ;
5251import org .springframework .beans .factory .annotation .Autowired ;
5352import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
5453import org .springframework .boot .test .context .SpringBootTest ;
8079import static org .gridsuite .securityanalysis .server .util .DatabaseQueryUtils .assertRequestsCount ;
8180import static org .gridsuite .securityanalysis .server .util .TestUtils .assertLogMessage ;
8281import static org .hamcrest .MatcherAssert .assertThat ;
83- import static org .junit .jupiter .api .Assertions .*;
82+ import static org .junit .jupiter .api .Assertions .assertEquals ;
83+ import static org .junit .jupiter .api .Assertions .assertNull ;
8484import static org .mockito .ArgumentMatchers .any ;
85- import static org .mockito .ArgumentMatchers .eq ;
8685import static org .mockito .BDDMockito .given ;
8786import static org .mockito .Mockito .doNothing ;
8887import static org .mockito .Mockito .when ;
You can’t perform that action at this time.
0 commit comments