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

Function main

example/test.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <boost/ut.hpp>
9
10int main() {
11 using namespace boost::ut;
12
13 "UDL syntax"_test = [] { expect(42_i == 42); };
14
15 test("function syntax") = [] { expect(42_i == 42); };
16}

Callers

nothing calls this directly

Calls 2

expectFunction · 0.85
testClass · 0.85

Tested by

no test coverage detected