Home | History | Annotate | Download | only in test

Lines Matching full:test_f

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) {
239 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnArgumentNumber) {
250 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnArgumentType) {
261 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnConstnessOfThis) {
272 TEST_F(FunctionMockerTest, MocksNullaryFunctionWithCallType) {
282 TEST_F(FunctionMockerTest, MocksUnaryFunctionWithCallType) {
293 TEST_F(FunctionMockerTest, MocksDecimalFunctionWithCallType) {
302 TEST_F(FunctionMockerTest, MocksFunctionsConstFunctionWithCallType) {