Lines Matching refs:TEST
233 TEST(InvokeTest, Nullary) {
239 TEST(InvokeTest, Unary) {
246 TEST(InvokeTest, Binary) {
253 TEST(InvokeTest, Ternary) {
259 TEST(InvokeTest, FunctionThatTakes4Arguments) {
265 TEST(InvokeTest, FunctionThatTakes5Arguments) {
271 TEST(InvokeTest, FunctionThatTakes6Arguments) {
281 TEST(InvokeTest, FunctionThatTakes7Arguments) {
292 TEST(InvokeTest, FunctionThatTakes8Arguments) {
303 TEST(InvokeTest, FunctionThatTakes9Arguments) {
314 TEST(InvokeTest, FunctionThatTakes10Arguments) {
326 TEST(InvokeTest, FunctionWithUnusedParameters) {
337 TEST(InvokeTest, MethodWithUnusedParameters) {
349 TEST(InvokeTest, Functor) {
355 TEST(InvokeTest, FunctionWithCompatibleType) {
363 TEST(InvokeMethodTest, Nullary) {
370 TEST(InvokeMethodTest, Unary) {
377 TEST(InvokeMethodTest, Binary) {
385 TEST(InvokeMethodTest, Ternary) {
392 TEST(InvokeMethodTest, MethodThatTakes4Arguments) {
399 TEST(InvokeMethodTest, MethodThatTakes5Arguments) {
406 TEST(InvokeMethodTest, MethodThatTakes6Arguments) {
414 TEST(InvokeMethodTest, MethodThatTakes7Arguments) {
426 TEST(InvokeMethodTest, MethodThatTakes8Arguments) {
438 TEST(InvokeMethodTest, MethodThatTakes9Arguments) {
450 TEST(InvokeMethodTest, MethodThatTakes10Arguments) {
463 TEST(InvokeMethodTest, MethodWithCompatibleType) {
471 TEST(WithoutArgsTest, NoArg) {
477 TEST(WithArgTest, OneArg) {
483 TEST(ReturnArgActionTest, WorksForOneArgIntArg0) {
488 TEST(ReturnArgActionTest, WorksForMultiArgBoolArg0) {
493 TEST(ReturnArgActionTest, WorksForMultiArgStringArg2) {
498 TEST(SaveArgActionTest, WorksForSameType) {
505 TEST(SaveArgActionTest, WorksForCompatibleType) {
512 TEST(SaveArgPointeeActionTest, WorksForSameType) {
520 TEST(SaveArgPointeeActionTest, WorksForCompatibleType) {
528 TEST(SaveArgPointeeActionTest, WorksForLinkedPtr) {
536 TEST(SetArgRefereeActionTest, WorksForSameType) {
543 TEST(SetArgRefereeActionTest, WorksForCompatibleType) {
550 TEST(SetArgRefereeActionTest, WorksWithExtraArguments) {
575 TEST(DeleteArgActionTest, OneArg) {
584 TEST(DeleteArgActionTest, TenArgs) {
596 TEST(ThrowActionTest, ThrowsGivenExceptionInVoidFunction) {
603 TEST(ThrowActionTest, ThrowsGivenExceptionInNonVoidFunction) {
608 TEST(ThrowActionTest, ThrowsGivenExceptionInNullaryFunction) {
617 TEST(SetArrayArgumentTest, SetsTheNthArray) {
653 TEST(SetArrayArgumentTest, SetsTheNthArrayWithEmptyRange) {
669 TEST(SetArrayArgumentTest, SetsTheNthArrayWithConvertibleType) {
683 // Test SetArrayArgument<N>(first, last) with iterator as argument.
684 TEST(SetArrayArgumentTest, SetsTheNthArrayWithIteratorArgument) {
694 TEST(ReturnPointeeTest, Works) {