MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / TEST_F

Function TEST_F

tests/unittests/unittests.cc:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119#if defined(DEBUG)
120TEST_F(CheckHeader1Test, AssertsOnNullArguments) {
121 ASSERT_DEATH_IF_SUPPORTED(ktxCheckHeader1_(0, 0), "Assert*");
122}
123#endif
124
125TEST_F(CheckHeader1Test, ValidatesIdentifier) {

Callers

nothing calls this directly

Calls 11

ktxCheckHeader1_Function · 0.85
createDFDUnpackedFunction · 0.85
createDFDPackedFunction · 0.85
createDFDCompressedFunction · 0.85
vk2dfdFunction · 0.85
vkFormatStringFunction · 0.85
dfd2vkFunction · 0.85
resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected