|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdebug.Debug
public abstract class Debug
This is the debug utility for Myriad. It is a slightly modified version of the robot judge. The input file has reads FEN strings line by line. Start a line with * to have the string treated as a comment.
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
void |
startTest(java.lang.String testFileName,
java.lang.String outputFile)
This is a testing utility. |
abstract java.lang.String |
test(Position p)
This method tests whatever you want to test. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public abstract java.lang.String test(Position p)
p
- The Position object to test.
public void startTest(java.lang.String testFileName, java.lang.String outputFile)
testFileName
- The input test cases.outputFile
- The output file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |