Browse Source

test_Zufallszahl

remotes/origin/Yasin
fdai7731 11 months ago
parent
commit
3c9b1854b1
  1. 11
      src/test/c/test_Mathe.c

11
src/test/c/test_Mathe.c

@ -47,6 +47,17 @@ void test_Mathe_divided(void)
void test_Zufallszahl(void)
{
int a= generiereZufallszahl(1, 10);
/* assert */
TEST_ASSERT_INT_WITHIN (10, 1, a);
}

Loading…
Cancel
Save