ajout repertoire jar
This commit is contained in:
19
NGCC/tests/TestExec.java
Normal file
19
NGCC/tests/TestExec.java
Normal file
@@ -0,0 +1,19 @@
|
||||
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[] {});
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user