File tree Expand file tree Collapse file tree
src/test/java/de/tum/in/test/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77import org .junit .jupiter .api .extension .ParameterResolutionException ;
88import org .junit .platform .testkit .engine .Events ;
9+ import org .opentest4j .AssertionFailedError ;
910
1011import de .tum .in .test .integration .testuser .InputOutputUser ;
1112import de .tum .in .test .testutilities .*;
12- import org .opentest4j .AssertionFailedError ;
1313
1414@ UserBased (InputOutputUser .class )
1515class InputOutputTest {
Original file line number Diff line number Diff line change 11package de .tum .in .test .integration .testuser ;
22
3+ import static org .junit .jupiter .api .Assertions .fail ;
4+
35import java .io .IOException ;
46import java .nio .file .*;
57import java .util .concurrent .TimeUnit ;
1315import de .tum .in .test .api .localization .UseLocale ;
1416import de .tum .in .test .integration .testuser .subject .PathAccessPenguin ;
1517
16- import static org .junit .jupiter .api .Assertions .fail ;
17-
1818@ UseLocale ("en" )
1919@ MirrorOutput (MirrorOutputPolicy .DISABLED )
2020@ StrictTimeout (value = 300 , unit = TimeUnit .MILLISECONDS )
You can’t perform that action at this time.
0 commit comments