Searched refs:Boo (Results 1 – 7 of 7) sorted by relevance
23 class Boo { class in PrintingVerboseTypesWithArgumentsTest34 Boo boo = mock(Boo.class); in should_not_report_argument_types_when_to_string_is_the_same()52 Boo boo = mock(Boo.class); in should_show_the_type_of_only_the_argument_that_doesnt_match()70 Boo boo = mock(Boo.class); in should_show_the_type_of_the_mismatching_argument_when_output_descriptions_for_invocations_are_different()94 Boo boo = mock(Boo.class); in should_not_show_types_when_argument_value_is_different()
8 === bar/Boo.java ===11 public class Boo extends Bar {
24 class Boo { class in PlaygroundTest
210 class Boo { class
390 void m1(@Boo boolean @Index1 [] @ Index2 [] boolArray) {}396 void m1(@Boo boolean @Index1 [] @Index2 [] boolArray) {
297 // Boo! Since GLES2 doesn't have GL_UNPACK_ROW_LENGTH and iOS doesn't
899 class Boo(object): class