Searched defs:Mock (Results 1 – 11 of 11) sorted by relevance
5 ### Overview ###49 the Apache License, which is different from Google Mock's license.128 #### Preparing to Build (Unix only) ####303 #### Testing Google Mock Itself ####323 #### Contributing a Patch ####
67 public @interface Mock { annotation
41 class Mock { class43 Mock() {} in Mock() function in Mock
207 Mock() {} in Mock() function
366 class Mock { class368 Mock(int maxCnt, size_t maxBytes) { in Mock() function in Mock
1031 class Mock(CallableMixin, NonCallableMock): class