ahmaddarawshi / powermock

Automatically exported from code.google.com/p/powermock
0 stars 0 forks source link

Tests methods starting with "test" are executed even though they have no @Test annotation and the test class doesn't extend from TestCase #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fix this!

Original issue reported on code.google.com by johan.ha...@gmail.com on 30 Oct 2008 at 9:49

GoogleCodeExporter commented 9 years ago
Tests methods starting with "test" are now executed only if the method is 
annotated
with @Test or if the test class extends from TestCase.

Original comment by johan.ha...@gmail.com on 30 Oct 2008 at 2:19