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

/gem5/ext/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...]

Completed in 5 milliseconds