Package junit.framework

Examples of junit.framework.TestResult.startTest()


                result.endTest(asTest(description));
            }

            public void testStarted(Description description)
                    throws Exception {
                result.startTest(asTest(description));
            }
           
            public junit.framework.Test asTest(Description description) {
                return new junit.framework.Test() {
                   
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.