CbmRoot
|
Go to the source code of this file.
Classes | |
class | PartitionedVectorTest |
Functions | |
template<typename T > | |
void | EXPECT_CONTAINER_EQ (gsl::span< const T > a, std::vector< T > b) |
TEST_F (PartitionedVectorTest, IsDefaultConstructable) | |
TEST_F (PartitionedVectorTest, CanCreateWithPartitions) | |
TEST_F (PartitionedVectorTest, ThrowsOnNumAddressesMismatchesNumPartions) | |
TEST_F (PartitionedVectorTest, ThrowsOnSizesMismatchesDataSize) | |
TEST_F (PartitionedVectorTest, ThrowsOnOutOfBounds) | |
TEST_F (PartitionedVectorTest, IsCopyConstructable) | |
void EXPECT_CONTAINER_EQ | ( | gsl::span< const T > | a, |
std::vector< T > | b ) |
Definition at line 12 of file _GTestPartitionedVector.cxx.
Referenced by PartitionedVectorTest::Ensure().
TEST_F | ( | PartitionedVectorTest | , |
CanCreateWithPartitions | ) |
Definition at line 78 of file _GTestPartitionedVector.cxx.
TEST_F | ( | PartitionedVectorTest | , |
IsCopyConstructable | ) |
Definition at line 104 of file _GTestPartitionedVector.cxx.
TEST_F | ( | PartitionedVectorTest | , |
IsDefaultConstructable | ) |
Definition at line 71 of file _GTestPartitionedVector.cxx.
References cbm::algo::PartitionedVector< T, Allocator >::NElements(), and cbm::algo::PartitionedVector< T, Allocator >::NPartitions().
TEST_F | ( | PartitionedVectorTest | , |
ThrowsOnNumAddressesMismatchesNumPartions | ) |
Definition at line 84 of file _GTestPartitionedVector.cxx.
TEST_F | ( | PartitionedVectorTest | , |
ThrowsOnOutOfBounds | ) |
Definition at line 94 of file _GTestPartitionedVector.cxx.
References cbm::algo::PartitionedVector< T, Allocator >::Address(), cbm::algo::PartitionedVector< T, Allocator >::Partition(), and cbm::algo::PartitionedVector< T, Allocator >::Size().
TEST_F | ( | PartitionedVectorTest | , |
ThrowsOnSizesMismatchesDataSize | ) |
Definition at line 89 of file _GTestPartitionedVector.cxx.