HomeSort by relevance Sort by last modified time
    Searched refs:FunctionMockerTest (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/test/
gmock-generated-function-mockers_test.cc 159 class FunctionMockerTest : public testing::Test {
161 FunctionMockerTest() : foo_(&mock_foo_) {}
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, MocksFunctionWithConstArgument)
    [all...]
gmock-spec-builders_test.cc 878 TEST(FunctionMockerTest, ReportsExpectCallLocationForExhausedActions) {
892 TEST(FunctionMockerTest, ReportsDefaultActionLocationOfUninterestingCalls) {
    [all...]

Completed in 167 milliseconds