|
using | StaticAttributeTypes = ::testing::Types< char, short, int, long, float, double, char[11], Basic, BigAlign, HasConst, HasRef, OddA, OddB, Indestructible > |
|
using | StaticAttributePairTypes = ::testing::Types< std::pair< int, long >, std::pair< OddA, OddB >, std::pair< OddB, OddA >> |
|
|
| TYPED_TEST_CASE (ReplaceableStaticAttributeTest, StaticAttributeTypes) |
|
| TYPED_TEST_CASE (ReplaceableStaticAttributePairTest, StaticAttributePairTypes) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, size) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, align) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, destructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, trivially_destructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, default_constructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, move_constructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, copy_constructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, move_assignable) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, copy_assignable) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, nothrow_destructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, nothrow_default_constructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, nothrow_move_constructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, nothrow_copy_constructible) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, nothrow_move_assignable) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, nothrow_copy_assignable) |
|
| TYPED_TEST (ReplaceableStaticAttributeTest, replaceable) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, copy_construct) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, move_construct) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, copy_assign) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, move_assign) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, nothrow_copy_construct) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, nothrow_move_construct) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, nothrow_copy_assign) |
|
| TYPED_TEST (ReplaceableStaticAttributePairTest, nothrow_move_assign) |
|
| TEST (ReplaceableTest, Basics) |
|
| TEST (ReplaceableTest, Constructors) |
|
| TEST (ReplaceableTest, DestructsWhenExpected) |
|
| TEST (ReplaceableTest, Conversions) |
|