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()); } } }