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

CreateEpubMaker() private method

private CreateEpubMaker ( Bloom book ) : EpubMakerAdjusted
book Bloom
return EpubMakerAdjusted
        private EpubMakerAdjusted CreateEpubMaker(Bloom.Book.Book book)
        {
            return new EpubMakerAdjusted(book, new BookThumbNailer(_thumbnailer.Object));
        }