Skip navigation links
A B C D E F G H I J M N O P R S T U V W 

T

tearDown() - Method in class tests.JUnit_DominoSpecification
 
test_Constructor() - Method in class tests.JUnit_Domino
Unit test for the constructor Domino.Domino(int, int)
test_ConstructorException() - Method in class tests.JUnit_Domino
Unit test for the constructor Domino.Domino(int, int) exception case
test_copy() - Method in class tests.JUnit_DominoSpecification
test_CopyConstructorKO() - Method in class tests.JUnit_Domino
Unit test for the copy constructor Domino.Domino(DominoSpecification) exception case
test_CopyConstructorOK() - Method in class tests.JUnit_Domino
Unit test for the copy constructor Domino.Domino(DominoSpecification) non exception case
test_DefaultConstructor() - Method in class tests.JUnit_Domino
Unit test for the default constructor Domino.Domino()
test_equals() - Method in class tests.JUnit_DominoSpecification
test_getLeft() - Method in class tests.JUnit_DominoSpecification
test_getRight() - Method in class tests.JUnit_DominoSpecification
test_hashCode() - Method in class tests.JUnit_DominoSpecification
test_RandomConstructor() - Method in class tests.JUnit_Domino
Unit test for the constructor Domino.Domino(Random): make a random domino 1000 times and check that it is always valid.
The 'randomness' of the constructor is tested by the validation test ValidationDomino.
test_setUp() - Method in class tests.JUnit_DominoSpecification
Check that the concrete setUp method in the concrete test class initialises the test objects correctly, as defined in JUnit_DominoSpecification.setUp().
It also checks that the constructors respect the invariant.
test_switchSides() - Method in class tests.JUnit_DominoSpecification
test_toString() - Method in class tests.JUnit_DominoSpecification
tests - package tests
 
tools - package tools
 
toString() - Method in class models.ObservableDomino
 
toString() - Method in interface specifications.DominoSpecification
A B C D E F G H I J M N O P R S T U V W 
Skip navigation links