dpreussler / kotlin-testrunner

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

NoMoreFinalsClassLoader is too abusive #4

Closed uKL closed 8 years ago

uKL commented 8 years ago

IMO it may be better to specify which classes should be opened rather than open them all within the classloader. It may cause issues with some libraries (groovy, spock, etc.)

dpreussler commented 8 years ago

agree, would be at least good to have more exclusive filters But when specifying single classes then you could also use PowerMock as this is what they do

uKL commented 8 years ago

I'll prepare a Pull Request and you'll take a look, ok?

dpreussler commented 8 years ago

sure! :)