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

Function TEST_F

trinityal/tests/Fence.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14TEST_F( Fence, FenceIsInvalidBeforeCreation )
15{
16 Tr2FenceAL fence;
17 EXPECT_FALSE( fence.IsValid() );
18}
19
20TEST_F( WithRenderContext, CreatingFenceWithoutRenderContextFails )
21{

Callers

nothing calls this directly

Calls 5

IsValidMethod · 0.45
CreateMethod · 0.45
PutFenceMethod · 0.45
IsReachedMethod · 0.45
GetMemoryClassMethod · 0.45

Tested by

no test coverage detected