Édouard Lopez
12/19/2022, 3:58 PMtestContractConsumer
and testContractProvider
then used tag annotation
# build.gradle.kts
useJUnitPlatform {
includeTags("consumer")
}
And in the test file @Tag("provider")
or @Tag("consumer")
Timothy Jones
12/19/2022, 9:13 PMTimothy Jones
12/19/2022, 9:13 PMTimothy Jones
12/19/2022, 9:14 PMTimothy Jones
12/19/2022, 9:15 PM