hi some design question; what is the best practice...
# test
s
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
Have a look on JUnit Rules. They are the way to go without creating a class hierarchy