Browse Source

Create Tage_DTest

new_repo
Daniel Hauch 5 years ago
committed by GitHub
parent
commit
31d8888f7a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      src/Tage_DTest

18
src/Tage_DTest

@ -0,0 +1,18 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class Tage_DTest {
@Test
void main() {
try{
Tage_D window = new Tage_D();
}catch(Exception e){
System.out.println(e.toString());
}
}
}
Loading…
Cancel
Save