patterntesting.check.runtime.junit
Class JUnit3Runner

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

public final class JUnit3Runner
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(junit.framework.TestCase tc)
          The setUp method of the give JUnit test case is called here.
static void tearDown(junit.framework.TestCase 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(junit.framework.TestCase 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(junit.framework.TestCase 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.