MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TYPED_TEST

Function TYPED_TEST

test/imageio.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75TYPED_TEST(ImageIO, ColorSmall) {
76 loadImageTest(string(TEST_DIR "/imageio/color_small.test"),
77 string(TEST_DIR "/imageio/color_small.png"), true);
78}
79
80TYPED_TEST(ImageIO, GraySmall) {
81 loadImageTest(string(TEST_DIR "/imageio/gray_small.test"),

Callers

nothing calls this directly

Calls 2

loadImageTestFunction · 0.85
loadimageArgsTestFunction · 0.85

Tested by

no test coverage detected