org.jtiger.framework
Class DefaultTestDefinitionFactory
java.lang.Object
org.jtiger.framework.DefaultTestDefinitionFactory
public final class DefaultTestDefinitionFactory
- extends Object
Provides a default implementation of defining a unit test case method.
This implementation determines a test case method as having the Test
annotation present.
- Version:
- 2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
- Author:
- Tony Morris
- See Also:
TestDefinition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newDefaultTestDefinition
public static TestDefinition newDefaultTestDefinition()
- Returns a new instance of the definition of a unit test case method.
- Returns:
- A new instance of the definition of a unit test case method.