transcendental-lisp/test/main/MainTester.java

14 lines
181 B
Java

package main;
import org.junit.*;
public class MainTester {
@Before
public void setUp() throws Exception {}
@After
public void tearDown() throws Exception {}
}