Closed
Description
Description
In pull request #1114 we temporarily disable compiling and executing parameterized tests for some test samples because some bugs were done after Andrey fixed whole pipeline.
We need to return them.
Currently the list of disabled (in parameterized mode) tests is:
- ClassWithStaticAndInnerClassesTest
- CustomerExamplesTest
- FieldMockTest
- MockFinalClassTest
- MockRandomTest
- MockStaticMethodExampleTest
- AnonymousClassesExampleTest
Expected behavior
We avoid configurations like
TestLastStage(CodegenLanguage.JAVA, lastStage = TestExecution, parameterizedModeLastStage = Compilation)
and prefer to have similar last stage in standard and parameterized mode.
Metadata
Metadata
Assignees
Type
Projects
Status
Done