[TEST] Implement test generators for junit 5 based tests
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class TestGroup(
|
||||
val testClasses: List<TestClass>
|
||||
get() = _testClasses
|
||||
|
||||
inline fun <reified T : TestCase> testClass(
|
||||
inline fun <reified T> testClass(
|
||||
suiteTestClassName: String = getDefaultSuiteTestClassName(T::class.java.simpleName),
|
||||
useJunit4: Boolean = false,
|
||||
annotations: List<AnnotationModel> = emptyList(),
|
||||
|
||||
Reference in New Issue
Block a user