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

Function TEST_F

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

Source from the content-addressed store, hash-verified

12
13
14TEST_F( OcclusionQuery, OcclusionQueryIsInvalidBeforeCreation )
15{
16 Tr2OcclusionQueryAL query;
17 EXPECT_FALSE( query.IsValid() );
18}
19
20TEST_F( WithRenderContext, CreatingOcclusionQueryWithoutRenderContextFails )
21{

Callers

nothing calls this directly

Calls 6

IsValidMethod · 0.45
CreateMethod · 0.45
BeginMethod · 0.45
EndMethod · 0.45
GetPixelCountMethod · 0.45
GetMemoryClassMethod · 0.45

Tested by

no test coverage detected