junithelper icon indicating copy to clipboard operation
junithelper copied to clipboard

JUnit testing without dull routine

Results 4 junithelper issues
Sort by recently updated
recently updated
newest added

I find a class without tests and click alt+9. My test class does not get created. I get the following message: Resource ClassTest does not exist.

Hi, I am using version 1.12.0 of the eclipse plugin. when I try to create a test class on a nested Maven project with ALT+9 this error is showing up:...

Now i provide you the test case with bug: Under Test Class : SourceCodeAppender Under Test Method : appendExtensionPostAssignSourceCode Case: ``` @Test public void appendExtensionPostAssignSourceCode_A$StringBuilder$String_Real$List_Real$String_Real() { LineBreakProvider lineBreakProvider = new...

when the project source is not under default workspace home dir, junithelper will still create the test class file under workspace home, then user can't see the test file. replace...