Initial commit
This commit is contained in:
12
test/cxxtest/sample/mock/Dice.h
Normal file
12
test/cxxtest/sample/mock/Dice.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __DICE_H
|
||||
#define __DICE_H
|
||||
|
||||
class Dice
|
||||
{
|
||||
public:
|
||||
Dice();
|
||||
|
||||
unsigned roll();
|
||||
};
|
||||
|
||||
#endif // __DICE_H
|
||||
Reference in New Issue
Block a user