[Tests] Generify transforming tests method model

This commit is contained in:
Evgeniy.Zhelenskiy
2021-12-03 00:25:45 +03:00
parent e62c6e3eac
commit 9b196c738f
5 changed files with 33 additions and 22 deletions
@@ -26,7 +26,7 @@ private val METHOD_GENERATORS = listOf(
SimpleTestClassModelTestAllFilesPresentMethodGenerator,
SimpleTestMethodGenerator,
SingleClassTestModelAllFilesPresentedMethodGenerator,
WithoutJvmInlineTestMethodGenerator,
TransformingTestMethodGenerator,
)
object TestGeneratorImpl : TestGenerator(METHOD_GENERATORS) {