cdx.scorebot.scoring.logic
Class TestIdentifier

java.lang.Object
  extended by cdx.scorebot.scoring.logic.TestIdentifier

public class TestIdentifier
extends java.lang.Object

Stores a test identifier

Author:
David Underhill

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

TestIdentifier

public TestIdentifier(java.lang.String testName,
                      int testNum)
identifies a specific test run

Parameters:
testName - name of the test
testNum - number of the test (0=most recent)
Method Detail

getTestName

public java.lang.String getTestName()
gets the name of the test


getTestNum

public int getTestNum()
gets the number of the test (0=most recent)