HomeSort by: relevance | last modified time | path
    Searched refs:Mock (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-nice-strict.h 33 // Given a mock class MockFoo that is created using Google Mock,
35 // uninteresting calls (i.e. calls to mock methods that have no
41 // Currently a mock is naggy by default, so MockFoo and
50 // NiceMock<MockFoo>(5, "a") to construct a nice mock where MockFoo
54 // and StrictMock<MockFoo> only works for mock methods defined using
56 // If a mock method is defined in a base class of MockFoo, the "nice"
75 ::testing::Mock::AllowUninterestingCalls(
88 ::testing::Mock::AllowUninterestingCalls(
96 ::testing::Mock::AllowUninterestingCalls
    [all...]
gmock-spec-builders.h 31 // Google Mock - a framework for writing C++ mock classes.
36 // a mock method. The syntax is:
45 // a mock method. The syntax is:
101 // Implements a mock function.
113 // Protects the mock object registry (in class Mock), all function
117 // mock function Foo() is called, it needs to consult its expectations
119 // call a mock function (either Foo() or a different one) at the same
122 // expectation gets picked. Therefore, we sequence all mock functio
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc 31 // Google Mock - a framework for writing C++ mock classes.
64 // Protects the mock object registry (in class Mock), all function
309 // Sets the mock object this mock method belongs to, and registers
310 // this information in the global mock registry. Will be called
311 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
319 Mock::Register(mock_obj, this);
322 // Sets the mock object this mock method belongs to, and sets the nam
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_cmp_http.t 30 if disabled("ecx"); # EC and EDDSA test certs, e.g., in Mock/newWithNew.pem
127 my @server_configurations = ("Mock");
129 # set env variable, e.g., OPENSSL_CMP_SERVER="Mock Insta" to include further CMP servers
149 if ($server_name eq "Mock" && !(grep { $_ eq '-server' } @$params));
193 # selected (where the mock server used by default is just one possibility).
203 - (grep(/^Mock$/, @server_configurations)
212 if ($server_name eq "Mock") {
213 indir "Mock" => sub {
220 if ($server_name eq "Mock" && $aspect eq "certstatus") {
231 if ($server_name eq "Mock") {
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_cmp_http.t 110 my @server_configurations = ("Mock");
112 # set env variable, e.g., OPENSSL_CMP_SERVER="Mock Insta" to include further CMP servers
164 # selected (where the Mock server used by default is just one possibility).
174 - (grep(/^Mock$/, @server_configurations)
183 if ($server_name eq "Mock") {
184 indir "Mock" => sub {
186 die "Cannot start or find the started CMP mock server" unless $pid;
191 next if $server_name eq "Mock" && $aspect eq "certstatus";
199 ok(1, "killing mock server");
238 # do connections to localhost (e.g., Mock server) without prox
    [all...]

Completed in 26 milliseconds