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

Function TEST_F

trinityal/tests/SwapChain.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12TEST_F( SwapChain, SwapChainIsInvalidBeforeCreation )
13{
14 Tr2SwapChainAL sc;
15 EXPECT_FALSE( sc.IsValid() );
16}
17
18TEST_F( WithRenderContext, CreatingSwapChainWithoutRenderContextFails )
19{

Callers

nothing calls this directly

Calls 15

Tr2TextureALClass · 0.50
IsValidMethod · 0.45
CreateMethod · 0.45
GetBackBufferMethod · 0.45
GetClientWidthMethod · 0.45
GetWidthMethod · 0.45
GetClientHeightMethod · 0.45
GetHeightMethod · 0.45
GetMemoryClassMethod · 0.45
BeginSceneMethod · 0.45
PushDepthStencilMethod · 0.45

Tested by

no test coverage detected