package sft.reports.markdown; import org.junit.Ignore; import org.junit.Test; public class SubUseCaseIgnored { @Ignore @Test public void ignoredTest(){ doNothing(); } private void doNothing() {} }