public class TestTracker extends Object
Constructor and Description |
---|
TestTracker() |
Modifier and Type | Method and Description |
---|---|
int |
currentTest()
Gets the current test number
|
String |
currentTestString()
The test number as a String
|
void |
setCurrentTest(int value)
Sets the current test number
|
public String currentTestString()
public int currentTest()
public void setCurrentTest(int value)
value
- the current test numberThis documentation was released into the public domain.