de.java_chess.javaChess.engine.test
Class ChessEngineTest

java.lang.Object
  |
  +--de.java_chess.javaChess.engine.test.ChessEngineTest

public class ChessEngineTest
extends java.lang.Object

This class generates the testsuite for the engine tests.


Constructor Summary
ChessEngineTest()
           
 
Method Summary
static junit.framework.Test suite()
          Create the engine test suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChessEngineTest

public ChessEngineTest()
Method Detail

suite

public static junit.framework.Test suite()
Create the engine test suite.
Returns:
The engine test suite.