score:1

well, without the plugin, you always have the manual method.

just add the test methods to your junit and annotate them with @test. this will allow junit to recognize the method as a test and execute it. in these newly added methods, you should invoke the newly added methods of your class and check their behavior.


Related Query