| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.host.embedded.SCATestCaseRunner
public class SCATestCaseRunner
A helper class that can be used to run an SCA JUnit test case. The test case will run in an isolated class loader.
| Constructor Summary | |
|---|---|
SCATestCaseRunner(java.lang.Class testClass)
Constructs a new TestCase runner.  | 
|
| Method Summary | |
|---|---|
 void | 
after()
Invoke the after methods  | 
 void | 
afterClass()
Invoke the afterClass methods  | 
 void | 
before()
Invoke the before methods  | 
 void | 
beforeClass()
Invoke the beforeClass methods  | 
 void | 
run()
Run the test case  | 
 void | 
run(java.lang.String methodName)
Invoke the specified test method.  | 
 void | 
setUp()
Invoke the setUp method  | 
 void | 
tearDown()
Invoke the tearDown method  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SCATestCaseRunner(java.lang.Class testClass)
testClass - | Method Detail | 
|---|
public void run()
public void setUp()
public void before()
public void beforeClass()
public void tearDown()
public void after()
public void afterClass()
public void run(java.lang.String methodName)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||