Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MockObject
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/python/
H
A
D
mox.py
172
MockObject
that can be used as the class_to_mock would be.
175
new_mock =
MockObject
(class_to_mock)
211
This will replace a class or module with a
MockObject
, and everything else
359
class
MockObject
(MockAnything, object):
class
395
MockObject
's state (record or replay). The call will be recorded
407
UnknownMethodCallError if the
MockObject
does not mock the requested
422
return (isinstance(rhs,
MockObject
) and
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-spec-builders.h
196
const void*
MockObject
() const GTEST_LOCK_EXCLUDED_(g_gmock_mutex);
1525
Mock::RegisterUseByOnCallOrExpectCall(
MockObject
(), file, line);
1536
Mock::RegisterUseByOnCallOrExpectCall(
MockObject
(), file, line);
1764
Mock::GetReactionOnUninterestingCalls(
MockObject
());
/third_party/googletest/googlemock/src/
H
A
D
gmock-spec-builders.cc
344
const void* UntypedFunctionMockerBase::
MockObject
() const
352
"
MockObject
() must not be called before RegisterOwner() or "
/third_party/googletest/googlemock/test/
H
A
D
gmock-more-actions_test.cc
581
class
MockObject
: public Object {
class
583
~
MockObject
() override {}
591
MockObject
m;
in TEST()
Completed in 10 milliseconds