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

/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...]
/external/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc182 class FunctionMockerTest : public testing::Test { class in namespace:testing::gmock_generated_function_mockers_test
184 FunctionMockerTest() : foo_(&mock_foo_) {} function in class:testing::gmock_generated_function_mockers_test::FunctionMockerTest
191 TEST_F(FunctionMockerTest, MocksVoidFunction) {
197 TEST_F(FunctionMockerTest, MocksNullaryFunction) {
207 TEST_F(FunctionMockerTest, MocksUnaryFunction) {
217 TEST_F(FunctionMockerTest, MocksBinaryFunction) {
225 TEST_F(FunctionMockerTest, MocksDecimalFunction) {
234 TEST_F(FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) {
243 TEST_F(FunctionMockerTest, MocksFunctionWithConstReferenceArgument) {
253 TEST_F(FunctionMockerTest, MocksFunctionWithConstArgumen
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-generated-function-mockers_test.cc182 class FunctionMockerTest : public testing::Test { class in namespace:testing::gmock_generated_function_mockers_test
184 FunctionMockerTest() : foo_(&mock_foo_) {} function in class:testing::gmock_generated_function_mockers_test::FunctionMockerTest
191 TEST_F(FunctionMockerTest, MocksVoidFunction) {
197 TEST_F(FunctionMockerTest, MocksNullaryFunction) {
207 TEST_F(FunctionMockerTest, MocksUnaryFunction) {
217 TEST_F(FunctionMockerTest, MocksBinaryFunction) {
225 TEST_F(FunctionMockerTest, MocksDecimalFunction) {
234 TEST_F(FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) {
243 TEST_F(FunctionMockerTest, MocksFunctionWithConstReferenceArgument) {
253 TEST_F(FunctionMockerTest, MocksFunctionWithConstArgumen
[all...]

Completed in 86 milliseconds