MCPcopy Create free account
hub / github.com/AshampooSystems/boden / TEST

Function TEST

tests/boden/testAttributedString.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace bdn
6{
7 TEST(AttributedString, Instantiate)
8 {
9 auto attributedString = std::make_shared<AttributedString>();
10 EXPECT_NE(attributedString, nullptr);
11 }
12
13 TEST(AttributedString, Html)
14 {

Callers

nothing calls this directly

Calls 1

fromHTMLMethod · 0.80

Tested by

no test coverage detected