|
| cuttlefish::TEST_P (OneEachTest, GetAnyAvailableOne) |
|
| cuttlefish::INSTANTIATE_TEST_SUITE_P (CvdIdAllocator, OneEachTest, testing::Values(std::vector< unsigned >{}, std::vector< unsigned >{1}, std::vector< unsigned >{1, 22, 3, 43, 5})) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, ClaimAll) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, StrideBeyond) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, Consecutive) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, Take) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, TakeAll) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, TakeRange) |
|
| cuttlefish::TEST_F (CvdIdAllocatorTest, Reclaim) |
|
| cuttlefish::TEST (CvdIdAllocatorExpandTest, Expand) |
|