@org.junit.Ignore: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 4: Line 4:
@org.junit.Ignore
@org.junit.Ignore


<font color=darkgray>Does it apply to classes or methods or both?</font>
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.