package ch20annotation; import org.junit.Test; import static org.junit.Assert.assertTrue; public class AnnotationDemoTest { @Test public void test() { assertTrue(true); } }