#include <exception_safety_testing.h>
Public Member Functions | |
| template<typename... Contracts> | |
| ExceptionSafetyTest (const Factory &f, const Operation &op, const Contracts &...contracts) | |
Public Attributes | |
| std::vector< Contract > | contracts_ |
| Operation | operation_ |
Definition at line 877 of file exception_safety_testing.h.
| testing::exceptions_internal::ExceptionSafetyTest< T >::ExceptionSafetyTest | ( | const Factory & | f, |
| const Operation & | op, | ||
| const Contracts &... | contracts | ||
| ) | [inline, explicit] |
Definition at line 884 of file exception_safety_testing.h.
| std::vector<Contract> testing::exceptions_internal::ExceptionSafetyTest< T >::contracts_ |
Definition at line 923 of file exception_safety_testing.h.
| Operation testing::exceptions_internal::ExceptionSafetyTest< T >::operation_ |
Definition at line 921 of file exception_safety_testing.h.