Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
testing::gmock_nice_strict_test Namespace Reference

Classes

class  NotDefaultConstructible
 
class  CallsMockMethodInDestructor
 
class  Foo
 
class  MockFoo
 
class  MockBar
 
class  MockBaz
 

Functions

 TEST (NiceMockTest, AllowsExpectedCall)
 
 TEST (NiceMockTest, ThrowsExceptionForUnknownReturnTypes)
 
 TEST (NiceMockTest, UnexpectedCallFails)
 
 TEST (NiceMockTest, NonDefaultConstructor)
 
 TEST (NiceMockTest, NonDefaultConstructor10)
 
 TEST (NiceMockTest, AllowLeak)
 
 TEST (NiceMockTest, MoveOnlyConstructor)
 
 TEST (NiceMockTest, AcceptsClassNamedMock)
 
 TEST (NiceMockTest, IsNiceInDestructor)
 
 TEST (NiceMockTest, IsNaggy_IsNice_IsStrict)
 
 TEST (NaggyMockTest, AllowsExpectedCall)
 
 TEST (NaggyMockTest, UnexpectedCallFails)
 
 TEST (NaggyMockTest, NonDefaultConstructor)
 
 TEST (NaggyMockTest, NonDefaultConstructor10)
 
 TEST (NaggyMockTest, AllowLeak)
 
 TEST (NaggyMockTest, MoveOnlyConstructor)
 
 TEST (NaggyMockTest, AcceptsClassNamedMock)
 
 TEST (NaggyMockTest, IsNaggyInDestructor)
 
 TEST (NaggyMockTest, IsNaggy_IsNice_IsStrict)
 
 TEST (StrictMockTest, AllowsExpectedCall)
 
 TEST (StrictMockTest, UnexpectedCallFails)
 
 TEST (StrictMockTest, UninterestingCallFails)
 
 TEST (StrictMockTest, UninterestingCallFailsAfterDeath)
 
 TEST (StrictMockTest, NonDefaultConstructor)
 
 TEST (StrictMockTest, NonDefaultConstructor10)
 
 TEST (StrictMockTest, AllowLeak)
 
 TEST (StrictMockTest, MoveOnlyConstructor)
 
 TEST (StrictMockTest, AcceptsClassNamedMock)
 
 TEST (StrictMockTest, IsStrictInDestructor)
 
 TEST (StrictMockTest, IsNaggy_IsNice_IsStrict)
 

Function Documentation

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
AllowsExpectedCall   
)

Definition at line 241 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
ThrowsExceptionForUnknownReturnTypes   
)

Definition at line 251 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
UnexpectedCallFails   
)

Definition at line 266 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
NonDefaultConstructor   
)

Definition at line 275 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
NonDefaultConstructor10   
)

Definition at line 285 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
AllowLeak   
)

Definition at line 294 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
MoveOnlyConstructor   
)

Definition at line 301 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
AcceptsClassNamedMock   
)

Definition at line 307 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
IsNiceInDestructor   
)

Definition at line 313 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NiceMockTest  ,
IsNaggy_IsNice_IsStrict   
)

Definition at line 320 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
AllowsExpectedCall   
)

Definition at line 367 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
UnexpectedCallFails   
)

Definition at line 375 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
NonDefaultConstructor   
)

Definition at line 385 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
NonDefaultConstructor10   
)

Definition at line 395 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
AllowLeak   
)

Definition at line 404 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
MoveOnlyConstructor   
)

Definition at line 411 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
AcceptsClassNamedMock   
)

Definition at line 417 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
IsNaggyInDestructor   
)

Definition at line 423 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( NaggyMockTest  ,
IsNaggy_IsNice_IsStrict   
)

Definition at line 439 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
AllowsExpectedCall   
)

Definition at line 447 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
UnexpectedCallFails   
)

Definition at line 455 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
UninterestingCallFails   
)

Definition at line 464 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
UninterestingCallFailsAfterDeath   
)

Definition at line 473 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
NonDefaultConstructor   
)

Definition at line 485 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
NonDefaultConstructor10   
)

Definition at line 495 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
AllowLeak   
)

Definition at line 504 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
MoveOnlyConstructor   
)

Definition at line 511 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
AcceptsClassNamedMock   
)

Definition at line 517 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
IsStrictInDestructor   
)

Definition at line 523 of file gmock-nice-strict_test.cc.

testing::gmock_nice_strict_test::TEST ( StrictMockTest  ,
IsNaggy_IsNice_IsStrict   
)

Definition at line 533 of file gmock-nice-strict_test.cc.