This class implements tests for the TransitionHistory class.
Definition TestTransitionHistory.h:34
static bool testReset(const double testDuration, RandomGenerator &randomGenerator)
Test for TransitionHistory::reset()
static bool test(const double testDuration)
Tests the TransitionHistory functions.
static bool testIsTransitionToWhite(const double testDuration, RandomGenerator &randomGenerator)
Test for TransitionHistory::isTransitionToWhite()
static bool testIsTransitionToBlack(const double testDuration, RandomGenerator &randomGenerator)
Test for TransitionHistory::isTransitionToBlack()
static bool testHistoryAndPush(const double testDuration, RandomGenerator &randomGenerator)
Test for TransitionHistory::history1(), history2(), history3(), and push()