C# 클래스 Microsoft.R.Host.Protocol.Test.UserProfileServicePipe.UserProfileServiceMock

상속: IUserProfileServices
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string username, string domain, string password, bool validParse, bool validAccount, bool existingAccount ) : UserProfileServiceMock
CreateUserProfile ( IUserCredentials credMock, ILogger logger ) : IUserProfileServiceResult
DeleteUserProfile ( IUserCredentials credMock, ILogger logger ) : IUserProfileServiceResult
UserProfileServiceMock ( ) : System

비공개 메소드들

메소드 설명
ValidateDomain ( string domain ) : void
ValidatePassword ( string password ) : void
ValidateString ( string actual, string expected ) : void
ValidateUsername ( string username ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string username, string domain, string password, bool validParse, bool validAccount, bool existingAccount ) : UserProfileServiceMock
username string
domain string
password string
validParse bool
validAccount bool
existingAccount bool
리턴 UserProfileServiceMock

CreateUserProfile() 공개 메소드

public CreateUserProfile ( IUserCredentials credMock, ILogger logger ) : IUserProfileServiceResult
credMock IUserCredentials
logger ILogger
리턴 IUserProfileServiceResult

DeleteUserProfile() 공개 메소드

public DeleteUserProfile ( IUserCredentials credMock, ILogger logger ) : IUserProfileServiceResult
credMock IUserCredentials
logger ILogger
리턴 IUserProfileServiceResult

UserProfileServiceMock() 공개 메소드

public UserProfileServiceMock ( ) : System
리턴 System