Searched defs:FunctionMockerTest (Results 1 - 2 of 2) sorted by relevance

/external/gmock/test/
H A Dgmock-generated-function-mockers_test.cc171 class FunctionMockerTest : public testing::Test { class in namespace:testing::gmock_generated_function_mockers_test
173 FunctionMockerTest() : foo_(&mock_foo_) {} function in class:testing::gmock_generated_function_mockers_test::FunctionMockerTest
180 TEST_F(FunctionMockerTest, MocksVoidFunction) {
186 TEST_F(FunctionMockerTest, MocksNullaryFunction) {
196 TEST_F(FunctionMockerTest, MocksUnaryFunction) {
206 TEST_F(FunctionMockerTest, MocksBinaryFunction) {
214 TEST_F(FunctionMockerTest, MocksDecimalFunction) {
223 TEST_F(FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) {
232 TEST_F(FunctionMockerTest, MocksFunctionWithConstReferenceArgument) {
242 TEST_F(FunctionMockerTest, MocksFunctionWithConstArgumen
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-function-mockers_test.cc159 class FunctionMockerTest : public testing::Test { class in namespace:testing::gmock_generated_function_mockers_test
161 FunctionMockerTest() : foo_(&mock_foo_) {} function in class:testing::gmock_generated_function_mockers_test::FunctionMockerTest
168 TEST_F(FunctionMockerTest, MocksVoidFunction) {
174 TEST_F(FunctionMockerTest, MocksNullaryFunction) {
184 TEST_F(FunctionMockerTest, MocksUnaryFunction) {
194 TEST_F(FunctionMockerTest, MocksBinaryFunction) {
202 TEST_F(FunctionMockerTest, MocksDecimalFunction) {
211 TEST_F(FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) {
220 TEST_F(FunctionMockerTest, MocksFunctionWithConstReferenceArgument) {
230 TEST_F(FunctionMockerTest, MocksFunctionWithConstArgumen
[all...]

Completed in 60 milliseconds