File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/test/java/com/uid2/optout/auth Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 132132 <artifactId >logback-classic</artifactId >
133133 <version >1.5.8</version >
134134 </dependency >
135+ <dependency >
136+ <groupId >org.mockito</groupId >
137+ <artifactId >mockito-junit-jupiter</artifactId >
138+ <version >5.12.0</version >
139+ <scope >test</scope >
140+ </dependency >
135141 </dependencies >
136142
137143 <build >
Original file line number Diff line number Diff line change 22
33import org .junit .jupiter .api .BeforeEach ;
44import com .uid2 .shared .audit .AuditParams ;
5- import com .uid2 .shared .auth .Role ;
65import io .vertx .core .Handler ;
76import io .vertx .core .http .HttpServerRequest ;
87import io .vertx .ext .web .RoutingContext ;
9- import org .junit .jupiter .api .BeforeEach ;
108import org .junit .jupiter .api .Test ;
119import org .junit .jupiter .api .extension .ExtendWith ;
1210import org .mockito .ArgumentMatchers ;
1311import org .mockito .Mock ;
1412import org .mockito .junit .jupiter .MockitoExtension ;
15- import org .mockito .junit .jupiter .MockitoSettings ;import org .mockito .quality .Strictness ;
13+ import org .mockito .junit .jupiter .MockitoSettings ;
14+ import org .mockito .quality .Strictness ;
1615
1716import static org .mockito .Mockito .*;
1817
You can’t perform that action at this time.
0 commit comments