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

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldAddUser ( ) : void
ShouldErrorWhenAddUserHasInvalidEmail ( ) : void
ShouldErrorWhenAddUserHasNoBirthdate ( ) : void
ShouldErrorWhenAddUserHasNoEmail ( ) : void
ShouldErrorWhenAddUserHasNoFirstName ( ) : void
ShouldErrorWhenAddUserHasNoIdentityId ( ) : void
ShouldErrorWhenAddUserHasNoLastName ( ) : void
ShouldErrorWhenAddUserHasNoUsername ( ) : void
ShouldErrorWhenAddUserWhenUserExists ( ) : void
ShouldErrorWhenGetUserByIdHasNoResult ( ) : void
ShouldErrorWhenGetUserByIdentityIdHasNoResult ( ) : void
ShouldErrorWhenGetUserByUsernameHasNoResult ( ) : void
ShouldGetEmptyAddressWhenGetUserHasNoId ( ) : void
ShouldGetEmptyEducationListWhenGetUserHasNoId ( ) : void
ShouldGetUserById ( ) : void
ShouldGetUserByIdentityId ( ) : void
ShouldGetUserByUsername ( ) : void
ShouldGetUsersByCommunitySuccessfully ( ) : void
ShouldGetUsersListSuccessfully ( ) : void
ShouldGetUsersWithNoIdentityIdSuccessfully ( ) : void
ShouldSearchUsers ( ) : void
ShouldThrowExceptionWhenAddUserFails ( ) : void
ShouldThrowExceptionWhenGetUserByIdFails ( ) : void
ShouldThrowExceptionWhenGetUserByIdentityIdFails ( ) : void
ShouldThrowExceptionWhenGetUserByUsernameFails ( ) : void
ShouldThrowExceptionWhenGetUsersByCommunityFails ( ) : void
ShouldThrowExceptionWhenGetUsersFails ( ) : void
ShouldThrowExceptionWhenGetUsersWithNoIdentityIdFails ( ) : void
ShouldThrowExceptionWhenSearchUsersFails ( ) : void
ShouldThrowExceptionWhenUpdateUserFails ( ) : void
ShouldUpdateUser ( ) : void
TestInit ( ) : void