Browse Source

Test Display Menus

remotes/origin/erwin
fdai7820 11 months ago
parent
commit
e7f6a39299
  1. 8
      src/test/test_duellist_spielesammlung_projekt.c

8
src/test/test_duellist_spielesammlung_projekt.c

@ -640,7 +640,15 @@ void test_displayResult_correctResult(void)
} }
void test_displayMenu_validMenu(void)
{
/* arrange */
/* act */
// Since displayMenu() only prints to the console, we can't use TEST_ASSERT.
// Manually verify the output in the console during test execution.
displayMenu();
}

Loading…
Cancel
Save