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

Function TEST_F

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

Source from the content-addressed store, hash-verified

12
13
14TEST_F( GpuTimer, TimerIsInvalidBeforeCreation )
15{
16 Tr2GpuTimerAL timer;
17 EXPECT_FALSE( timer.IsValid() );
18}
19
20TEST_F( WithRenderContext, CreatingWithoutRenderContext )
21{

Callers

nothing calls this directly

Calls 4

IsValidMethod · 0.45
CreateMethod · 0.45
BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected