|
CbmRoot
|
Go to the source code of this file.
Classes | |
| class | PartitionedSpanTest |
Functions | |
| template<typename T> | |
| void | EXPECT_CONTAINER_EQ (gsl::span< T > a, std::vector< int32_t > b) |
| TEST_F (PartitionedSpanTest, IsDefaultConstructable) | |
| TEST_F (PartitionedSpanTest, CanCreateWithPartitions) | |
| TEST_F (PartitionedSpanTest, IsConstructableFromPartitionedVector) | |
| TEST_F (PartitionedSpanTest, IsCopyConstructable) | |
| TEST_F (PartitionedSpanTest, IsConstCopyConstructable) | |
| TEST_F (PartitionedSpanTest, ThrowsOnNumAddressesMismatchesNumPartions) | |
| TEST_F (PartitionedSpanTest, ThrowsOnOffsetsMismatchesDataSize) | |
| TEST_F (PartitionedSpanTest, ThrowsOnOutOfBounds) | |
| void EXPECT_CONTAINER_EQ | ( | gsl::span< T > | a, |
| std::vector< int32_t > | b ) |
Definition at line 17 of file _GTestPartitionedSpan.cxx.
Referenced by PartitionedSpanTest::Ensure().
| TEST_F | ( | PartitionedSpanTest | , |
| CanCreateWithPartitions | ) |
Definition at line 88 of file _GTestPartitionedSpan.cxx.
| TEST_F | ( | PartitionedSpanTest | , |
| IsConstCopyConstructable | ) |
Definition at line 110 of file _GTestPartitionedSpan.cxx.
| TEST_F | ( | PartitionedSpanTest | , |
| IsConstructableFromPartitionedVector | ) |
Definition at line 94 of file _GTestPartitionedSpan.cxx.
| TEST_F | ( | PartitionedSpanTest | , |
| IsCopyConstructable | ) |
Definition at line 102 of file _GTestPartitionedSpan.cxx.
| TEST_F | ( | PartitionedSpanTest | , |
| IsDefaultConstructable | ) |
Definition at line 81 of file _GTestPartitionedSpan.cxx.
References cbm::PartitionedSpan< T >::NElements(), and cbm::PartitionedSpan< T >::NPartitions().
| TEST_F | ( | PartitionedSpanTest | , |
| ThrowsOnNumAddressesMismatchesNumPartions | ) |
Definition at line 118 of file _GTestPartitionedSpan.cxx.
| TEST_F | ( | PartitionedSpanTest | , |
| ThrowsOnOffsetsMismatchesDataSize | ) |
Definition at line 123 of file _GTestPartitionedSpan.cxx.
| TEST_F | ( | PartitionedSpanTest | , |
| ThrowsOnOutOfBounds | ) |
Definition at line 128 of file _GTestPartitionedSpan.cxx.
References cbm::PartitionedSpan< T >::Address(), cbm::PartitionedSpan< T >::Partition(), and cbm::PartitionedSpan< T >::Size().