Closed saburto closed 5 days ago
Fix a null pointer when the test class has no package at all.
Example file:
// file: ExampleTest.java class ExampleTest { }
it should return "ExampleTest"
Thanks @saburto !
Fix a null pointer when the test class has no package at all.
Example file:
it should return "ExampleTest"