1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Running "main" (4 tests)...
words_tests.c:38: Failure: words_tests -> invokes_callback_for_each_word_in_a_phrase
Expected [[word] parameter in [mocked_callback]] to [equal string] ["Birds"]
actual value: ["Birds of a feather"]
expected to equal: ["Birds"]
words_tests.c:39: Failure: words_tests -> invokes_callback_for_each_word_in_a_phrase
Expected call was not made to mocked function [mocked_callback]
words_tests.c:40: Failure: words_tests -> invokes_callback_for_each_word_in_a_phrase
Expected call was not made to mocked function [mocked_callback]
words_tests.c:41: Failure: words_tests -> invokes_callback_for_each_word_in_a_phrase
Expected call was not made to mocked function [mocked_callback]
"words_tests": 4 passes, 4 failures in 42ms.
Completed "main": 4 passes, 4 failures in 42ms.
|