Analysis API: refactor test generation dsl
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class TestGroup(
|
||||
|
||||
fun testClass(
|
||||
testKClass: KClass<*>,
|
||||
baseTestClassName: String,
|
||||
baseTestClassName: String = testKClass.java.name,
|
||||
suiteTestClassName: String = getDefaultSuiteTestClassName(baseTestClassName.substringAfterLast('.')),
|
||||
useJunit4: Boolean,
|
||||
annotations: List<AnnotationModel> = emptyList(),
|
||||
|
||||
Reference in New Issue
Block a user