Package junit.tests

Examples of junit.tests.WasRun.run()


        assertTrue(!fails.fTornDown);
    }

    public void testWasRun() {
        WasRun test = new WasRun();
        test.run();
        assertTrue(test.fWasRun);
    }

    public void testExceptionRunningAndTearDown() {
        // With 1.4, we should
View Full Code Here


    verifyError(fails);
    assertTrue(!fails.fTornDown);
  }
  public void testWasRun() {
    WasRun test= new WasRun();
    test.run();
    assertTrue(test.fWasRun);
  }
  public void testExceptionRunningAndTearDown() {
    // With 1.4, we should
    // wrap the exception thrown while running with the exception thrown
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.