File: words8.out

package info (click to toggle)
cgreen 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,400 kB
  • sloc: ansic: 11,064; makefile: 417; cpp: 401; sh: 327; python: 177; xml: 33; sed: 8
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.