@org.junit.Ignore: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JUnit =Overview= @org.junit.Ignore")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
=Overview=
=Overview=
@org.junit.Ignore
@org.junit.Ignore
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.