mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
Add tests for returning custom fake return values on non-void custom fakes
This commit is contained in:
@@ -89,6 +89,7 @@ int main()
|
||||
RUN_TEST(FFFTestSuite, default_constants_can_be_overridden);
|
||||
|
||||
RUN_TEST(FFFTestSuite, can_register_custom_fake);
|
||||
RUN_TEST(FFFTestSuite, when_value_custom_fake_called_THEN_it_returns_custom_return_value);
|
||||
|
||||
printf("\n-------------\n");
|
||||
printf("Complete\n");
|
||||
|
||||
@@ -59,6 +59,7 @@ int main()
|
||||
RUN_TEST(FFFTestSuite, return_value_sequences_exhausted);
|
||||
|
||||
RUN_TEST(FFFTestSuite, can_register_custom_fake);
|
||||
RUN_TEST(FFFTestSuite, when_value_custom_fake_called_THEN_it_returns_custom_return_value);
|
||||
|
||||
printf("\n-------------\n");
|
||||
printf("Complete\n");
|
||||
|
||||
Reference in New Issue
Block a user