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:MockClass
(Results
1 - 4
of
4
) sorted by relevance
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-nice-strict.h
73
template <class
MockClass
>
75
template <class
MockClass
>
77
template <class
MockClass
>
96
// classes first and then
MockClass
ensures the
MockClass
constructor is run
97
// after registration, and that the
MockClass
destructor runs before
98
// deregistration. This guarantees that
MockClass
's constructor and destructor
148
template <class
MockClass
>
150
: private internal::NiceMockImpl<
MockClass
>,
151
public
MockClass
{
[all...]
H
A
D
gmock-spec-builders.h
117
template <typename
MockClass
>
119
template <typename
MockClass
>
121
template <typename
MockClass
>
400
template <typename
MockClass
>
402
template <typename
MockClass
>
404
template <typename
MockClass
>
/third_party/googletest/googlemock/test/
H
A
D
gmock-actions_test.cc
987
class
MockClass
{
class
989
MockClass
() {}
in MockClass()
function in testing::__anon2997::MockClass
1001
MockClass
(const
MockClass
&) = delete;
1002
MockClass
& operator=(const
MockClass
&) = delete;
1008
MockClass
mock;
in TEST()
1016
MockClass
mock;
in TEST()
1031
MockClass
mock;
in TEST()
1046
MockClass
moc
in TEST()
[all...]
/third_party/python/Lib/unittest/test/testmock/
H
A
D
testpatch.py
88
MockClass
= NonCallableMagicMock
90
MockClass
= NonCallableMock
93
self.assertTrue(is_instance(obj,
MockClass
))
686
def test(
MockClass
):
687
MockClass
.z = 'foo'
692
def test(
MockClass
):
693
MockClass
.z = 'foo'
697
def test(
MockClass
):
698
MockClass
.z = 'foo'
703
def test(
MockClass
)
[all...]
Completed in 7 milliseconds