|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.scoring.logic.TestIdentifier
public class TestIdentifier
Stores a test identifier
| Constructor Summary | |
|---|---|
TestIdentifier(java.lang.String testName,
int testNum)
identifies a specific test run |
|
| Method Summary | |
|---|---|
java.lang.String |
getTestName()
gets the name of the test |
int |
getTestNum()
gets the number of the test (0=most recent) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestIdentifier(java.lang.String testName,
int testNum)
testName - name of the testtestNum - number of the test (0=most recent)| Method Detail |
|---|
public java.lang.String getTestName()
public int getTestNum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||