24 lines
No EOL
308 B
C
24 lines
No EOL
308 B
C
#ifndef UNIT_TESTS_H
|
|
#define UNIT_TESTS_H
|
|
|
|
void testcheckGuess();
|
|
|
|
void testchangeGameLetters();
|
|
|
|
void testpreviouslyGuessed();
|
|
|
|
void testgetGuess();
|
|
|
|
void testgetGameMode();
|
|
|
|
void testincrementScore();
|
|
|
|
void testwriteScore();
|
|
|
|
void testreadScore();
|
|
|
|
void testtopicChooser();
|
|
|
|
void testwordChooser();
|
|
|
|
#endif |