buildjar/test/foo/FooTest.java

16 lines
129 B
Java
Raw Normal View History

2013-06-26 20:50:30 +02:00
package foo;
import org.junit.Test;
public class FooTest
{
/**
*
*/
@Test
public void test2a()
{
// Foo.
}
}