File tree Expand file tree Collapse file tree 3 files changed +434
-74
lines changed
src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper Expand file tree Collapse file tree 3 files changed +434
-74
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ dependencies {
8585 testImplementation ' com.squareup.okhttp3:okhttp:5.1.0'
8686 testImplementation ' com.squareup.okhttp3:mockwebserver3:5.1.0'
8787 testImplementation ' com.adobe.testing:s3mock-testcontainers:4.7.0'
88+ testImplementation ' org.mockito:mockito-inline:4.8.0'
8889
8990 spotbugs ' com.github.spotbugs:spotbugs:4.9.8'
9091 spotbugs ' com.github.spotbugs:spotbugs-annotations:4.9.8'
Original file line number Diff line number Diff line change 55import org .junit .jupiter .api .Test ;
66import org .junit .jupiter .api .extension .ExtendWith ;
77import org .mockito .junit .jupiter .MockitoExtension ;
8- import org .mockito .junit .jupiter .MockitoSettings ;
9- import org .mockito .quality .Strictness ;
108
119import uk .nhs .adaptors .gp2gp .common .service .FhirParseService ;
1210import uk .nhs .adaptors .gp2gp .utils .ResourceTestFileUtils ;
1311import uk .nhs .adaptors .gp2gp .utils .TestArgumentsLoaderUtil ;
1412
1513@ ExtendWith (MockitoExtension .class )
16- @ MockitoSettings (strictness = Strictness .LENIENT )
1714class OrganizationToAgentMapperTest {
1815
1916 private static final String TEST_ID = "5E496953-065B-41F2-9577-BE8F2FBD0757" ;
You can’t perform that action at this time.
0 commit comments