@org.junit.Ignore: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
@org.junit.Ignore | @org.junit.Ignore | ||
<font color=darkgray> | It applies to both test classes and test methods. <font color=darkgray>It does not seem to apply to superclasses. If a superclass is annotated, the test is still executed.</font> |
Latest revision as of 04:44, 6 September 2021
Internal
Overview
@org.junit.Ignore
It applies to both test classes and test methods. It does not seem to apply to superclasses. If a superclass is annotated, the test is still executed.