C# 클래스 Amss.Boilerplate.Tests.Business.UserManagerTests

파일 보기 프로젝트 열기: quadio/amss-boilerplate

비공개 메소드들

메소드 설명
ChangeDeletedPassword ( ) : void
ChangePassword ( ) : void
CreateUser ( string name = null, string email = null, RoleEntity role = null, string login = null, string password = null, bool noDefaultRole = false ) : UserEntity
CreateUserUsingInvalidData ( ) : void
CreateValidUser ( ) : void
Delete ( ) : void
FindUserByPasswordCredential ( ) : void
Load ( ) : void
LoadNonExisting ( ) : void
PagerTest ( ) : void
QueryableUiTest ( ) : void
WhereTest ( ) : void