MCPcopy Create free account
hub / github.com/catchorg/Catch2 / Fixture

Method Fixture

tests/SelfTest/UsageTests/Class.tests.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 struct Fixture {
30 Fixture(): m_a( 1 ) {}
31
32 int m_a;
33 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected