File: words8.out

package info (click to toggle)
cgreen 1.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: ansic: 12,276; sh: 558; makefile: 474; cpp: 403; python: 181; xml: 33; sed: 13
file content (17 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (3)
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.