hi some design question; what is the best practices in consolidating common testclass life method implementation across multiple unit-test case files ? for now we do encapsulate all in base class and extend it where is required? any other options in kotlin
d
Daniel
02/05/2021, 8:50 PM
Have a look on JUnit Rules. They are the way to go without creating a class hierarchy