SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Remove inheritance from test-cases

Open simerplaha opened this issue 3 years ago • 1 comments

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.

simerplaha avatar Dec 13 '21 19:12 simerplaha

Related task #349

simerplaha avatar Dec 17 '21 04:12 simerplaha