BloomTests.Publish.ExportEpubTests.GetTestFileLocator C# (CSharp) Method

GetTestFileLocator() private static method

private static GetTestFileLocator ( ) : BloomFileLocator
return Bloom.BloomFileLocator
        private static BloomFileLocator GetTestFileLocator()
        {
            return new BloomFileLocator(new CollectionSettings(), new XMatterPackFinder(new [] { BloomFileLocator.GetInstalledXMatterDirectory() }), ProjectContext.GetFactoryFileLocations(),
                ProjectContext.GetFoundFileLocations(), ProjectContext.GetAfterXMatterFileLocations());
        }