MCPcopy Create free account
hub / github.com/boost-ext/ut / main

Function main

example/module.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import boost.ut;
9
10int main() {
11 using namespace boost::ut;
12
13 "module"_test = [] {
14 // clang-format off
15 expect(42_i == 42 and constant<3 == 3_i>);
16 // clang-format on
17 expect(std::vector{1, 2, 3} == std::vector{1, 2, 3});
18 };
19}

Callers

nothing calls this directly

Calls 1

expectFunction · 0.85

Tested by

no test coverage detected