C# Class BloomTests.Book.BookCollectionTests

Show file Open project: BloomBooks/BloomDesktop

Private Methods

Method Description
AddBook ( ) : void
BookFactory ( BookInfo bookInfo, IBookStorage storage, bool editable ) : Book
BookStorageFactory ( string folderPath ) : BookStorage
DeleteBook_FirstBookInEditableCollection_RaisesCollectionChangedEvent ( ) : void
DeleteBook_FirstBookInEditableCollection_RemovedFromCollection ( ) : void
InsertBook_NotPresent_InsertsInCorrectOrder ( ) : void
InsertBook_NotPresent_InsertsInEmptyList ( ) : void
InsertBook_Present_Replaces ( ) : void
Setup ( ) : void
WatchDirectory_CausesNotification_OnAddFile ( ) : void