C# 클래스 BloomTests.Book.BookTestsBase

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_bookDom Bloom.Book.HtmlDom
_collectionSettings Bloom.Collection.CollectionSettings
_metadata Bloom.Book.BookInfo
_pageListChangedEvent PageListChangedEvent
_pageSelection Mock
_storage Mock
_templateFinder Mock
_testFolder SIL.TestUtilities.TemporaryFolder
_thumbnailer Mock

공개 메소드들

메소드 설명
MakeDom ( string bodyContents, string headContents = "" ) : HtmlDom

보호된 메소드들

메소드 설명
CreateBook ( ) : Book
CreateBook ( CollectionSettings collectionSettings ) : Book
CreateDefaultCollectionsSettings ( ) : CollectionSettings
MakeSamplePngImageWithMetadata ( string path ) : void
SetDom ( string bodyContents, string headContents = "" ) : void

비공개 메소드들

메소드 설명
GetThreePageDom ( ) : XmlDocument
Setup ( ) : void
TearDown ( ) : void

메소드 상세

CreateBook() 보호된 메소드

protected CreateBook ( ) : Book
리턴 Bloom.Book.Book

CreateBook() 보호된 메소드

protected CreateBook ( CollectionSettings collectionSettings ) : Book
collectionSettings Bloom.Collection.CollectionSettings
리턴 Bloom.Book.Book

CreateDefaultCollectionsSettings() 보호된 메소드

protected CreateDefaultCollectionsSettings ( ) : CollectionSettings
리턴 Bloom.Collection.CollectionSettings

MakeDom() 공개 정적인 메소드

public static MakeDom ( string bodyContents, string headContents = "" ) : HtmlDom
bodyContents string
headContents string
리턴 Bloom.Book.HtmlDom

MakeSamplePngImageWithMetadata() 보호된 메소드

protected MakeSamplePngImageWithMetadata ( string path ) : void
path string
리턴 void

SetDom() 보호된 메소드

protected SetDom ( string bodyContents, string headContents = "" ) : void
bodyContents string
headContents string
리턴 void

프로퍼티 상세

_bookDom 보호되어 있는 프로퍼티

protected HtmlDom,Bloom.Book _bookDom
리턴 Bloom.Book.HtmlDom

_collectionSettings 보호되어 있는 프로퍼티

protected CollectionSettings,Bloom.Collection _collectionSettings
리턴 Bloom.Collection.CollectionSettings

_metadata 보호되어 있는 프로퍼티

protected BookInfo,Bloom.Book _metadata
리턴 Bloom.Book.BookInfo

_pageListChangedEvent 보호되어 있는 프로퍼티

protected PageListChangedEvent _pageListChangedEvent
리턴 PageListChangedEvent

_pageSelection 보호되어 있는 프로퍼티

protected Mock _pageSelection
리턴 Mock

_storage 보호되어 있는 프로퍼티

protected Mock _storage
리턴 Mock

_templateFinder 보호되어 있는 프로퍼티

protected Mock _templateFinder
리턴 Mock

_testFolder 보호되어 있는 프로퍼티

protected TemporaryFolder,SIL.TestUtilities _testFolder
리턴 SIL.TestUtilities.TemporaryFolder

_thumbnailer 보호되어 있는 프로퍼티

protected Mock _thumbnailer
리턴 Mock