transcendental-lisp/test/main/MainTest.java

14 lines
179 B
Java

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