MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / TEST

Function TEST

test/errinfo/errinfoTest.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace {
14
15TEST(ErrInfoTest, Info__File) {
16 WasmEdge::ErrInfo::InfoFile Info1("file.txt");
17 fmt::print("{}\n"sv, Info1);
18 EXPECT_TRUE(true);
19}
20
21TEST(ErrInfoTest, Info__Loading) {
22 WasmEdge::ErrInfo::InfoLoading Info1(30);

Callers

nothing calls this directly

Calls 2

printFunction · 0.85
RefVariantClass · 0.85

Tested by

no test coverage detected