class BufferCollectionTest_AllocationWithoutExtraConstraints_Test

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc

This test ensures that the buffer collection can still be allocated even if the server

does not set extra customizable constraints via a call to GenerateToken(). This is

necessary due to the fact that the buffer collection keeps around a dummy token in

case new constraints need to be added, but the existence of the dummy token itself

prevents allocation until it is closed out. So this test makes sure that when we close

out the dummy token inside the call to WaitUntilAllocated() that this is enough to ensure

that we can still allocate the buffer collection.

Public Methods

void BufferCollectionTest_AllocationWithoutExtraConstraints_Test ()

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc

void BufferCollectionTest_AllocationWithoutExtraConstraints_Test (const BufferCollectionTest_AllocationWithoutExtraConstraints_Test & )

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc

void BufferCollectionTest_AllocationWithoutExtraConstraints_Test (BufferCollectionTest_AllocationWithoutExtraConstraints_Test && )

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc

BufferCollectionTest_AllocationWithoutExtraConstraints_Test & operator= (const BufferCollectionTest_AllocationWithoutExtraConstraints_Test & )

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc

BufferCollectionTest_AllocationWithoutExtraConstraints_Test & operator= (BufferCollectionTest_AllocationWithoutExtraConstraints_Test && )

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc

void ~BufferCollectionTest_AllocationWithoutExtraConstraints_Test ()

Defined at line 59 of file ../../src/ui/scenic/lib/flatland/buffers/tests/buffer_collection_unittest.cc