Skip to content

Refactor TestFramework and TestFrameworkManager code abstractions #2331

Open
@EgorkaKulikov

Description

@EgorkaKulikov

Description

Currently there is an ugly class TestFramework that is an abstraction for an arbitrary test framework, both jvm-based and for experimental languages. There is also a strange abstraction UnknownTestFramework for experimental languages, while there is no JvmTestFramework, so we are to override some JVM specific properties in all test frameworks.

There is also a general class TestFrameworkManager that has no framework specific abstractions.

So, we need to refactor this abstractions and segregate all JVM-specific features in JVM test frameworks.

Metadata

Metadata

Assignees

Labels

comp-codegenIssue is related to code generatorcomp-springIssue is related to Spring projects supportctg-refactoringIssue related to refactoring process

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions