Home
last modified time | relevance | path

Searched refs:GMockOutputTest (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock_output_test_golden.txt1 [ RUN ] GMockOutputTest.ExpectedCall
10 [ OK ] GMockOutputTest.ExpectedCall
11 [ RUN ] GMockOutputTest.ExpectedCallToVoidFunction
19 [ OK ] GMockOutputTest.ExpectedCallToVoidFunction
20 [ RUN ] GMockOutputTest.ExplicitActionsRunOut
29 [ OK ] GMockOutputTest.ExplicitActionsRunOut
30 [ RUN ] GMockOutputTest.UnexpectedCall
43 [ FAILED ] GMockOutputTest.UnexpectedCall
44 [ RUN ] GMockOutputTest.UnexpectedCallToVoidFunction
56 [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction
[all …]
Dgmock_output_test_.cc62 class GMockOutputTest : public testing::Test { class
67 TEST_F(GMockOutputTest, ExpectedCall) { in TEST_F() argument
76 TEST_F(GMockOutputTest, ExpectedCallToVoidFunction) { in TEST_F() argument
85 TEST_F(GMockOutputTest, ExplicitActionsRunOut) { in TEST_F() argument
93 TEST_F(GMockOutputTest, UnexpectedCall) { in TEST_F() argument
100 TEST_F(GMockOutputTest, UnexpectedCallToVoidFunction) { in TEST_F() argument
107 TEST_F(GMockOutputTest, ExcessiveCall) { in TEST_F() argument
114 TEST_F(GMockOutputTest, ExcessiveCallToVoidFunction) { in TEST_F() argument
121 TEST_F(GMockOutputTest, UninterestingCall) { in TEST_F() argument
125 TEST_F(GMockOutputTest, UninterestingCallToVoidFunction) { in TEST_F() argument
[all …]
Dgmock_output_test.py156 class GMockOutputTest(gmock_test_utils.TestCase): class
/external/gmock/test/
Dgmock_output_test_golden.txt1 [ RUN ] GMockOutputTest.ExpectedCall
10 [ OK ] GMockOutputTest.ExpectedCall
11 [ RUN ] GMockOutputTest.ExpectedCallToVoidFunction
19 [ OK ] GMockOutputTest.ExpectedCallToVoidFunction
20 [ RUN ] GMockOutputTest.ExplicitActionsRunOut
29 [ OK ] GMockOutputTest.ExplicitActionsRunOut
30 [ RUN ] GMockOutputTest.UnexpectedCall
43 [ FAILED ] GMockOutputTest.UnexpectedCall
44 [ RUN ] GMockOutputTest.UnexpectedCallToVoidFunction
56 [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction
[all …]
Dgmock_output_test_.cc63 class GMockOutputTest : public testing::Test { class
68 TEST_F(GMockOutputTest, ExpectedCall) { in TEST_F() argument
77 TEST_F(GMockOutputTest, ExpectedCallToVoidFunction) { in TEST_F() argument
86 TEST_F(GMockOutputTest, ExplicitActionsRunOut) { in TEST_F() argument
94 TEST_F(GMockOutputTest, UnexpectedCall) { in TEST_F() argument
101 TEST_F(GMockOutputTest, UnexpectedCallToVoidFunction) { in TEST_F() argument
108 TEST_F(GMockOutputTest, ExcessiveCall) { in TEST_F() argument
115 TEST_F(GMockOutputTest, ExcessiveCallToVoidFunction) { in TEST_F() argument
122 TEST_F(GMockOutputTest, UninterestingCall) { in TEST_F() argument
126 TEST_F(GMockOutputTest, UninterestingCallToVoidFunction) { in TEST_F() argument
[all …]
Dgmock_output_test.py156 class GMockOutputTest(gmock_test_utils.TestCase): class