Skip to content

Commit 7ae567b

Browse files
committed
Make BasePolaritsMetaStoreManagerTest and (Base)ResolverTest reusable
Moves the test cases into the `Base*` classes and make sure the classes can be reused by other persistence implementations.
1 parent e2b18ab commit 7ae567b

File tree

5 files changed

+1105
-1036
lines changed

5 files changed

+1105
-1036
lines changed

polaris-core/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ dependencies {
103103
testFixturesApi(platform(libs.jackson.bom))
104104
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
105105
testFixturesApi(libs.jakarta.annotation.api)
106+
testFixturesApi(libs.jakarta.ws.rs.api)
106107

107108
compileOnly(libs.jakarta.annotation.api)
108109
}

0 commit comments

Comments
 (0)