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

Function TEST_F

trinityal/tests/Texture.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13TEST_F( Texture, TextureIsInvalidBeforeCreation )
14{
15 Tr2TextureAL tex;
16 EXPECT_FALSE( tex.IsValid() );
17}
18
19TEST_F( WithRenderContext, Creating2DTextureWithoutRenderContextFails )
20{

Callers

nothing calls this directly

Calls 10

GetTrueMipCountMethod · 0.80
IsValidMethod · 0.45
CreateMethod · 0.45
GetTypeMethod · 0.45
GetArraySizeMethod · 0.45
MapForReadingMethod · 0.45
MapForWritingMethod · 0.45
GetMemoryClassMethod · 0.45
GetFormatMethod · 0.45

Tested by

no test coverage detected