[TEST] Implement test generators for junit 5 based tests

This commit is contained in:
Dmitriy Novozhilov
2020-12-02 17:23:43 +03:00
parent cb5183ab4d
commit 32fda13ef9
3 changed files with 295 additions and 1 deletions
@@ -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(),