Introduce black box with Java codegen tests
In contrast to "black box against Java", it supports cyclic dependencies between Java and Kotlin sources in one test case
This commit is contained in:
@@ -172,6 +172,10 @@ fun main(args: Array<String>) {
|
||||
model("codegen/boxAgainstJava", testMethod = "doTestAgainstJava")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractBlackBoxCodegenTest>(), "BlackBoxWithJavaCodegenTestGenerated") {
|
||||
model("codegen/boxWithJava", testMethod = "doTestWithJava", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractBlackBoxCodegenTest>(), "BlackBoxWithStdlibCodegenTestGenerated") {
|
||||
model("codegen/boxWithStdlib", testMethod = "doTestWithStdlib")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user