Package bdjunit.framework

Examples of bdjunit.framework.TestSuite.addTest()


        hscene.addKeyListener(this);                  
       
        // Tests
        try {
        TestSuite suite = new TestSuite();
        suite.addTest(bdjunit.examples.TestCase1.suite());
        //bdjunit.textui.DVBLogTestRunner.run(suite, scene);
        //bdjunit.haviui.TestRunner.run(suite, container);
        bdjunit.haviui.TestRunner.run(suite, hscene);
        } catch (Exception ex) {
            graphics.drawString(ex.toString(),500,500);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.