buildjar/test/foo/FooTest.java
2013-06-26 20:53:38 +02:00

15 lines
129 B
Java

package foo;
import org.junit.Test;
public class FooTest
{
/**
*
*/
@Test
public void test2a()
{
// Foo.
}
}