M332-PT-NGCC/tests/TestExec.java

20 lines
258 B
Java
Raw Normal View History

2019-09-26 21:38:13 +02:00
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import picocli.CommandLine;
class TestExec {
@Test
void test() throws InterruptedException {
Exec exec = new Exec();
//Exec.main(new String[] {});
}
}