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

Function TEST_F

trinityal/tests/VertexLayout.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17TEST_F( VertexLayout, VertexLayoutIsInvalidBeforeCreation )
18{
19 Tr2VertexLayoutAL layout;
20 EXPECT_FALSE( layout.IsValid() );
21}
22
23TEST_F( WithRenderContext, CreatingVertexLayoutWithoutRenderContextFails )
24{

Callers

nothing calls this directly

Calls 4

IsValidMethod · 0.45
CreateMethod · 0.45
GetMemoryClassMethod · 0.45

Tested by

no test coverage detected