Searched defs:dice (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/sample/mock/
H A Droll.cpp6 Dice dice; local
7 printf( "First roll: %u\n", dice.roll() );
8 printf( "Second roll: %u\n", dice.roll() );
H A DTestDice.h23 Dice dice; local
29 Dice dice; local
32 TS_ASSERT_EQUALS( dice.roll(), 1 );
35 TS_ASSERT_EQUALS( dice.roll(), 3 );
38 TS_ASSERT_EQUALS( dice.roll(), 6 );
41 TS_ASSERT_EQUALS( dice.roll(), 2 );
46 Dice dice; local
49 TS_ASSERT_EQUALS( dice.roll(), 3 );
54 TS_ASSERT_EQUALS( dice.roll(), 6 );
55 TS_ASSERT_EQUALS( dice
[all...]

Completed in 31 milliseconds