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

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldAddTag ( ) : void
ShouldErrorWhenTagExistsOnAdd ( ) : void
ShouldGetTagsByName ( ) : void
ShouldGetTagsByPostId ( ) : void
ShouldReturnEmptyListWhenGetTagsByPostIdFoundNoRecords ( ) : void
ShouldThrowExceptionWhenAddingTagFails ( ) : void
ShouldThrowExceptionWhenGetTagsByNameFails ( ) : void
ShouldThrowExceptionWhenGetTagsByPostIdFails ( ) : void
TestInit ( ) : void