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

Function TEST_F

trinityal/tests/RenderContextCreation.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57TEST_F( RenderContextCreation, RenderContextStartsAsInvalid )
58{
59 EXPECT_FALSE( renderContext->IsValid() );
60}
61
62TEST_F( RenderContextCreation, CanCreateRenderContext )
63{

Callers

nothing calls this directly

Calls 8

SetUpPresentParametersFunction · 0.85
IsValidMethod · 0.45
CreateDeviceMethod · 0.45
DestroyMethod · 0.45
SetPresentParametersMethod · 0.45
GetWidthMethod · 0.45
GetHeightMethod · 0.45
CreateMethod · 0.45

Tested by

no test coverage detected