Browse Source

unittest 3: crandomNumber()

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
ed0d4d0758
  1. 6
      test/test_wwm.c

6
test/test_wwm.c

@ -32,3 +32,9 @@ void test_setGeld_2(void) {
} }
void test_crandomNumber(void){
int result = crandomNumber();
TEST_ASSERT_TRUE(result >= 0 && result <= 9);
}
Loading…
Cancel
Save