Open simerplaha opened 2 years ago
Currently all test-cases are dependant on TestBase which implements TestLog , TestSegment , TestLevel etc which is forcing all test case to extend this base class which forces private functions to be exposed at root package level.
TestBase
TestLog
TestSegment
TestLevel
Remove inheritance.
Related task #349
Overview
Currently all test-cases are dependant on
TestBase
which implementsTestLog
,TestSegment
,TestLevel
etc which is forcing all test case to extend this base class which forces private functions to be exposed at root package level.Solution
Remove inheritance.