Searched defs:boo (Results 1 – 4 of 4) sorted by relevance
34 Boo boo = mock(Boo.class); in should_not_report_argument_types_when_to_string_is_the_same() local52 Boo boo = mock(Boo.class); in should_show_the_type_of_only_the_argument_that_doesnt_match() local70 Boo boo = mock(Boo.class); in should_show_the_type_of_the_mismatching_argument_when_output_descriptions_for_invocations_are_different() local94 Boo boo = mock(Boo.class); in should_not_show_types_when_argument_value_is_different() local
46 void boo(); in boo() method62 void boo() {} in boo() method in SmartNullsStubbingTest.Foo
14 void boo() __attribute__((preserve_all)) { in boo() function
21 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function