• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/googletest/googlemock/test/

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) {
315 TEST(InvokeTest, FunctionThatTakes10Arguments) {
328 TEST(InvokeTest, FunctionWithUnusedParameters) {
340 TEST(InvokeTest, MethodWithUnusedParameters) {
351 TEST(InvokeTest, Functor) {
357 TEST(InvokeTest, FunctionWithCompatibleType) {
365 TEST(InvokeMethodTest, Nullary) {
372 TEST(InvokeMethodTest, Unary) {
379 TEST(InvokeMethodTest, Binary) {
388 TEST(InvokeMethodTest, Ternary) {
395 TEST(InvokeMethodTest, MethodThatTakes4Arguments) {
402 TEST(InvokeMethodTest, MethodThatTakes5Arguments) {
409 TEST(InvokeMethodTest, MethodThatTakes6Arguments) {
417 TEST(InvokeMethodTest, MethodThatTakes7Arguments) {
429 TEST(InvokeMethodTest, MethodThatTakes8Arguments) {
441 TEST(InvokeMethodTest, MethodThatTakes9Arguments) {
454 TEST(InvokeMethodTest, MethodThatTakes10Arguments) {
468 TEST(InvokeMethodTest, MethodWithCompatibleType) {
476 TEST(WithoutArgsTest, NoArg) {
482 TEST(WithArgTest, OneArg) {
488 TEST(ReturnArgActionTest, WorksForOneArgIntArg0) {
493 TEST(ReturnArgActionTest, WorksForMultiArgBoolArg0) {
498 TEST(ReturnArgActionTest, WorksForMultiArgStringArg2) {
503 TEST(SaveArgActionTest, WorksForSameType) {
510 TEST(SaveArgActionTest, WorksForCompatibleType) {
517 TEST(SaveArgPointeeActionTest, WorksForSameType) {
525 TEST(SaveArgPointeeActionTest, WorksForCompatibleType) {
533 TEST(SaveArgPointeeActionTest, WorksForLinkedPtr) {
541 TEST(SetArgRefereeActionTest, WorksForSameType) {
548 TEST(SetArgRefereeActionTest, WorksForCompatibleType) {
555 TEST(SetArgRefereeActionTest, WorksWithExtraArguments) {
580 TEST(DeleteArgActionTest, OneArg) {
589 TEST(DeleteArgActionTest, TenArgs) {
601 TEST(ThrowActionTest, ThrowsGivenExceptionInVoidFunction) {
608 TEST(ThrowActionTest, ThrowsGivenExceptionInNonVoidFunction) {
613 TEST(ThrowActionTest, ThrowsGivenExceptionInNullaryFunction) {
622 TEST(SetArrayArgumentTest, SetsTheNthArray) {
658 TEST(SetArrayArgumentTest, SetsTheNthArrayWithEmptyRange) {
674 TEST(SetArrayArgumentTest, SetsTheNthArrayWithConvertibleType) {
689 TEST(SetArrayArgumentTest, SetsTheNthArrayWithIteratorArgument) {
699 TEST(ReturnPointeeTest, Works) {