patterntesting.check.runtime.junit
Class JUnit4Runner

Package class diagram package JUnit4Runner
java.lang.Object
  extended by patterntesting.check.runtime.junit.JUnit4Runner

public final class JUnit4Runner
extends Object

This is a helper class to be able to start setUp and tearDown methods (or maybe later other methods) separately. It is e.g. used by the SmokeTestAspect.

Since:
1.0 (12.03.2010)
Author:
oliver

Method Summary
static void setUp(Object tc)
          The setUp method of the give JUnit test case is called here.
static void tearDown(Object tc)
          The tearDown method of the give JUnit test case is called here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setUp

public static void setUp(Object tc)
The setUp method of the give JUnit test case is called here.

Parameters:
tc - the JUnit test case
Since:
1.0

tearDown

public static void tearDown(Object tc)
The tearDown method of the give JUnit test case is called here.

Parameters:
tc - the JUnit test case
Since:
1.0


Copyright © 2002–2014 PatternTesting Team. All rights reserved.