[KAPT] Migrate tests in kapt3-base and kapt3-cli to JUnit 5
This commit is contained in:
committed by
teamcity
parent
b7cc781e97
commit
fdf1b8b1c0
@@ -212,16 +212,6 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/kapt3/kapt3-cli/test", "plugins/kapt3/kapt3-cli/testData") {
|
||||
testClass<AbstractArgumentParsingTest> {
|
||||
model("argumentParsing", extension = "txt")
|
||||
}
|
||||
|
||||
testClass<AbstractKaptToolIntegrationTest> {
|
||||
model("integration", recursive = false, extension = null)
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/sam-with-receiver/tests-gen", "plugins/sam-with-receiver/testData") {
|
||||
testClass<AbstractSamWithReceiverScriptTest> {
|
||||
model("script", extension = "kts")
|
||||
@@ -464,5 +454,15 @@ fun main(args: Array<String>) {
|
||||
model("codegen", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/kapt3/kapt3-cli/tests-gen", "plugins/kapt3/kapt3-cli/testData") {
|
||||
testClass<AbstractArgumentParsingTest> {
|
||||
model("argumentParsing", extension = "txt")
|
||||
}
|
||||
|
||||
testClass<AbstractKaptToolIntegrationTest> {
|
||||
model("integration", recursive = false, extension = null)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user