dpreussler / kotlin-testrunner

JUnit4Testrunner that removes final from classes and methods, especially needed in kotlin projects
112 stars 8 forks source link

If class is non final, final methods are not changed #8

Closed dpreussler closed 7 years ago

dpreussler commented 8 years ago

if class is non final (open) but has final methods the TestRunner wont do anything