C# Class Blog.Logic.Core.Tests.MediaLogicTest

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldAddMediaByObject ( ) : void
ShouldAddMediaByObjectWithAlbumNotFound ( ) : void
ShouldAddMediaByObjectWithoutMediaType ( ) : void
ShouldAddMediaWithDefaultAlbum ( ) : void
ShouldAddMediaWithDifferentAlbum ( ) : void
ShouldAddMediaWithNonExistingAlbum ( ) : void
ShouldAddVideoMediaWithDefaultAlbum ( ) : void
ShouldGetMediaByAlbum ( ) : void
ShouldGetMediaById ( ) : void
ShouldGetMediaByName ( ) : void
ShouldGetMediaByUser ( ) : void
ShouldReturnEmptyListWhenGetMediaByAlbumFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetMediaByUserFoundNoRecords ( ) : void
ShouldReturnErrorWhenGetMediaByIdFoundNoRecord ( ) : void
ShouldReturnErrorWhenGetMediaByNameFoundNoRecord ( ) : void
ShouldReturnFalseWhenDeleteMediaFoundNoRecord ( ) : void
ShouldReturnTrueOnDeleteMedia ( ) : void
ShouldThrowExceptionWhenAddMediaByObjectFailedDueToMimeTypeError ( ) : void
ShouldThrowExceptionWhenAddMediaByObjectFailedToAddAlbum ( ) : void
ShouldThrowExceptionWhenAddMediaByObjectFailsToAddMedia ( ) : void
ShouldThrowExceptionWhenAddMediaByObjectFailsToCreateImageDirectory ( ) : void
ShouldThrowExceptionWhenAddMediaByObjectFailsToGenerateImagePath ( ) : void
ShouldThrowExceptionWhenAddMediaByObjectFailsToSaveImage ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithAlbumAdd ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithAlbumLookup ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithConfigurationFetchOnCreatingThumbnail ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithCreatingMediaDirectory ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithCreatingThumbnail ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithGenerateImagePath ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithMediaRepository ( ) : void
ShouldThrowExceptionWhenAddMediaFailsWithMovingMediaToProperPath ( ) : void
ShouldThrowExceptionWhenDeleteMediaFailsOnMediaRepository ( ) : void
ShouldThrowExceptionWhenGetMediaByAlbumFails ( ) : void
ShouldThrowExceptionWhenGetMediaByIdFails ( ) : void
ShouldThrowExceptionWhenGetMediaByNameFails ( ) : void
ShouldThrowExceptionWhenGetMediaByUserFails ( ) : void
TestInit ( ) : void