jdave.junit3
Class JDaveSuite
java.lang.Object
junit.framework.TestSuite
jdave.junit3.JDaveSuite
- All Implemented Interfaces:
- jdave.runner.ISpecVisitor, junit.framework.Test
Deprecated. use jdave.junit4.JDaveRunner
@Deprecated
public class JDaveSuite
- extends junit.framework.TestSuite
- implements jdave.runner.ISpecVisitor
- Author:
- Joni Freeman
|
Constructor Summary |
JDaveSuite(java.lang.Class<? extends jdave.Specification<?>> specType)
Deprecated. |
|
Method Summary |
void |
afterContext(jdave.runner.Context context)
Deprecated. |
void |
onBehavior(jdave.runner.Behavior behavior)
Deprecated. |
void |
onContext(jdave.runner.Context context)
Deprecated. |
protected void |
runBehavior(jdave.runner.Behavior behavior,
junit.framework.TestCase testCase,
junit.framework.TestResult testResult)
Deprecated. |
| Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JDaveSuite
public JDaveSuite(java.lang.Class<? extends jdave.Specification<?>> specType)
throws java.lang.Exception
- Deprecated.
- Throws:
java.lang.Exception
onContext
public void onContext(jdave.runner.Context context)
- Deprecated.
- Specified by:
onContext in interface jdave.runner.ISpecVisitor
onBehavior
public void onBehavior(jdave.runner.Behavior behavior)
- Deprecated.
- Specified by:
onBehavior in interface jdave.runner.ISpecVisitor
afterContext
public void afterContext(jdave.runner.Context context)
- Deprecated.
- Specified by:
afterContext in interface jdave.runner.ISpecVisitor
runBehavior
protected void runBehavior(jdave.runner.Behavior behavior,
junit.framework.TestCase testCase,
junit.framework.TestResult testResult)
- Deprecated.
Copyright © 2007. All Rights Reserved.