Lines Matching refs:TEST

234 TEST(InvokeTest, Nullary) {
240 TEST(InvokeTest, Unary) {
247 TEST(InvokeTest, Binary) {
254 TEST(InvokeTest, Ternary) {
260 TEST(InvokeTest, FunctionThatTakes4Arguments) {
266 TEST(InvokeTest, FunctionThatTakes5Arguments) {
272 TEST(InvokeTest, FunctionThatTakes6Arguments) {
282 TEST(InvokeTest, FunctionThatTakes7Arguments) {
293 TEST(InvokeTest, FunctionThatTakes8Arguments) {
304 TEST(InvokeTest, FunctionThatTakes9Arguments) {
315 TEST(InvokeTest, FunctionThatTakes10Arguments) {
327 TEST(InvokeTest, FunctionWithUnusedParameters) {
340 TEST(InvokeTest, MethodWithUnusedParameters) {
352 TEST(InvokeTest, Functor) {
358 TEST(InvokeTest, FunctionWithCompatibleType) {
366 TEST(InvokeMethodTest, Nullary) {
373 TEST(InvokeMethodTest, Unary) {
380 TEST(InvokeMethodTest, Binary) {
389 TEST(InvokeMethodTest, Ternary) {
396 TEST(InvokeMethodTest, MethodThatTakes4Arguments) {
403 TEST(InvokeMethodTest, MethodThatTakes5Arguments) {
410 TEST(InvokeMethodTest, MethodThatTakes6Arguments) {
418 TEST(InvokeMethodTest, MethodThatTakes7Arguments) {
430 TEST(InvokeMethodTest, MethodThatTakes8Arguments) {
442 TEST(InvokeMethodTest, MethodThatTakes9Arguments) {
454 TEST(InvokeMethodTest, MethodThatTakes10Arguments) {
467 TEST(InvokeMethodTest, MethodWithCompatibleType) {
475 TEST(WithoutArgsTest, NoArg) {
481 TEST(WithArgTest, OneArg) {
487 TEST(ReturnArgActionTest, WorksForOneArgIntArg0) {
492 TEST(ReturnArgActionTest, WorksForMultiArgBoolArg0) {
497 TEST(ReturnArgActionTest, WorksForMultiArgStringArg2) {
502 TEST(SaveArgActionTest, WorksForSameType) {
509 TEST(SaveArgActionTest, WorksForCompatibleType) {
516 TEST(SaveArgPointeeActionTest, WorksForSameType) {
524 TEST(SaveArgPointeeActionTest, WorksForCompatibleType) {
532 TEST(SaveArgPointeeActionTest, WorksForLinkedPtr) {
540 TEST(SetArgRefereeActionTest, WorksForSameType) {
547 TEST(SetArgRefereeActionTest, WorksForCompatibleType) {
554 TEST(SetArgRefereeActionTest, WorksWithExtraArguments) {
579 TEST(DeleteArgActionTest, OneArg) {
588 TEST(DeleteArgActionTest, TenArgs) {
600 TEST(ThrowActionTest, ThrowsGivenExceptionInVoidFunction) {
607 TEST(ThrowActionTest, ThrowsGivenExceptionInNonVoidFunction) {
612 TEST(ThrowActionTest, ThrowsGivenExceptionInNullaryFunction) {
621 TEST(SetArrayArgumentTest, SetsTheNthArray) {
657 TEST(SetArrayArgumentTest, SetsTheNthArrayWithEmptyRange) {
673 TEST(SetArrayArgumentTest, SetsTheNthArrayWithConvertibleType) {
688 TEST(SetArrayArgumentTest, SetsTheNthArrayWithIteratorArgument) {
698 TEST(ReturnPointeeTest, Works) {