MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / TEST

Function TEST

tests/cvcuda/system/TestOpConvertTo.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280TEST(OpConvertTo_Negative, create_null_handle)
281{
282 EXPECT_EQ(cvcudaConvertToCreate(nullptr), NVCV_ERROR_INVALID_ARGUMENT);
283}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected