package test.junit4; import org.junit.Test; /** * * @author lukas */ public class JUnit4Sample1 { @Test public void t1() { } }