Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The @Ignore annotation is leaving some tests unexecuted especially when run in a suite. The the test methods following a test with a @Ignore never execute even if they have no @Ignore. Also in a suite the test classes do not execute if after the test class with @Ignore annotations on a test method. This is not a minor problem and can lead to false positives.