MCPcopy Create free account
hub / github.com/boostorg/build / Fixture

Method Fixture

test/qt5/qtwidgets.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12struct Fixture
13{
14 Fixture()
15 : application(boost::unit_test::framework::master_test_suite().argc,
16 boost::unit_test::framework::master_test_suite().argv,
17 false)
18 {
19 BOOST_TEST_MESSAGE( "setup QApplication fixture" );
20 }
21
22 ~Fixture()
23 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected