MCPcopy Create free account
hub / github.com/carbonengine/trinity / TEST_F

Function TEST_F

trinityal/tests/Buffer.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10TEST_F( Buffer, BufferIsInvalidBeforeCreation )
11{
12 Tr2BufferAL buffer;
13 EXPECT_FALSE( buffer.IsValid() );
14}
15
16TEST_F( Buffer, CreatingImmutableBufferWithoutInitialDataFails )
17{

Callers

nothing calls this directly

Calls 8

IsValidMethod · 0.45
CreateMethod · 0.45
GetSizeMethod · 0.45
MapForReadingMethod · 0.45
MapForWritingMethod · 0.45
UpdateBufferMethod · 0.45
UnmapForReadingMethod · 0.45
UnmapForWritingMethod · 0.45

Tested by

no test coverage detected