JGAP

examples.gp.tictactoe
Class TicTacToeTest

java.lang.Object
  extended by GPTestCase
      extended by examples.gp.tictactoe.TicTacToeTest

public class TicTacToeTest
extends GPTestCase


Constructor Summary
TicTacToeTest()
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testConstruct_0()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicTacToeTest

public TicTacToeTest()
Method Detail

suite

public static Test suite()

setUp

public void setUp()

testConstruct_0

public void testConstruct_0()
                     throws java.lang.Exception
Throws:
java.lang.Exception
Since:
3.2

JGAP