Open Frosendroska opened 3 months ago
Some of this factories are used not only on one class.
For example, TestCompilerFactory
is used in TestSparkStarter
, TestCasePanelFactory
and in LLMProcessManager
, therefore we need to have an extra entity for it.
For other classes it could happen that we will need them in other places as well, so having the Factory abstraction is crucial
Description
More description is in the PR comment.
In
TestBodyPrinterFactory
,TestCompilerFactory
andTestSuiteParserFactory