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

Method Fixture

test/qt4/qtxmlpatterns.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19struct Fixture
20{
21 Fixture()
22 : application(boost::unit_test::framework::master_test_suite().argc,
23 boost::unit_test::framework::master_test_suite().argv)
24 {
25 BOOST_TEST_MESSAGE( "setup QCoreApplication fixture" );
26 }
27
28 ~Fixture()
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected