import org.junit.Test; public class SimpleTest { @Test public void passingTest() { System.out.println("passed!"); } }