DocLayouterTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
 {
     m_pFonts = m_libraryScope.font_storage();
     m_scores_path = TESTLIB_SCORES_PATH;
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 LinesBreakerTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
     , m_pDoc(NULL)
     , m_pGModel(NULL)
     , m_pLyt(NULL)
 {
     m_scores_path = TESTLIB_SCORES_PATH;
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 NoteEngraverTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
     , m_pMeter(nullptr)
     , m_pEngrv(nullptr)
     , m_pTuplet(nullptr)
     , m_pNote1(nullptr)
     , m_pNote2(nullptr)
     , m_pNote3(nullptr)
     , m_pShape1(nullptr)
     , m_pShape2(nullptr)
     , m_pShape3(nullptr)
     , m_pStorage(nullptr)
 {
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 ChordEngraverTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
     , m_pMeter(NULL)
     , m_pNoteEngrv(NULL)
     , m_pChord(NULL)
     , m_pNote1(NULL)
     , m_pNote2(NULL)
     , m_pNote3(NULL)
     , m_pShape1(NULL)
     , m_pShape2(NULL)
     , m_pShape3(NULL)
     , m_pStorage(NULL)
     , m_pChordEngrv(NULL)
     , m_pDoc(NULL)
 {
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 SelectionSetTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
 {
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 MxlCompilerTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
 {
     m_scores_path = TESTLIB_SCORES_PATH;
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 TableLayouterTestFixture()   // setUp()
     : m_libraryScope(cout)
     , m_scores_path(TESTLIB_SCORES_PATH)
 {
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }
 ScoreMeterTestFixture()   // setUp()
     : m_libraryScope(cout)
 {
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }