BloomTests.CollectionTab.TestLibraryModel.TestLibraryModel C# (CSharp) Method

TestLibraryModel() public method

public TestLibraryModel ( SIL.TestUtilities.TemporaryFolder testFolder ) : System.IO
testFolder SIL.TestUtilities.TemporaryFolder
return System.IO
        public TestLibraryModel(TemporaryFolder testFolder)
            : base(testFolder.Path, new CollectionSettings(), new BookSelection(), new SourceCollectionsList(),
			null, null, new CreateFromSourceBookCommand(), null, null, null)
        {
            TestFolderPath = testFolder.Path;
        }