|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--audiojury.domain.TestMethod
This class is the abstract superclass for other test methods.
Field Summary | |
protected java.lang.String |
name
Name of the test method |
Constructor Summary | |
TestMethod()
Constructor for TestMethod . |
Method Summary | |
boolean |
equals(TestMethod method)
Compares this testMethod object with another. |
java.lang.String |
getName()
Retrieves the name of the test method. |
abstract boolean |
isPaired()
Check if this is a paired test method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String name
Constructor Detail |
public TestMethod()
TestMethod
. Since TestMethod
is a abstract, do not try to create an object of this class directly.
Method Detail |
public boolean equals(TestMethod method)
testMethod
object with another. Used to see if two subclases of the abstract TestMethod
are of the same type.
method
- testMethod
to compare with.
public java.lang.String getName()
String
with the name of the test method.public abstract boolean isPaired()
boolean
indicating if this is a paired test method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |