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