SwayDB
SwayDB copied to clipboard
Remove inheritance from test-cases
Overview
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.
Solution
Remove inheritance.
Related task #349