C# 클래스 BusinessLogic.Tests.UnitTests.LogicTests.PlayersTests.PlayerDeleterTests.DeletePlayerTests

파일 보기 프로젝트 열기: NemeStats/NemeStats

보호된 프로퍼티들

프로퍼티 타입 설명
AutoMocker RhinoAutoMocker
CurrentUser ApplicationUser
PlayerId int

보호된 메소드들

메소드 설명
SetupDefaultExpectations ( bool setupPlayer = true, bool setupAchievements = true, bool setupChampions = true, bool setupNemeses = true ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void

메소드 상세

SetupDefaultExpectations() 보호된 메소드

protected SetupDefaultExpectations ( bool setupPlayer = true, bool setupAchievements = true, bool setupChampions = true, bool setupNemeses = true ) : void
setupPlayer bool
setupAchievements bool
setupChampions bool
setupNemeses bool
리턴 void

프로퍼티 상세

AutoMocker 보호되어 있는 프로퍼티

protected RhinoAutoMocker AutoMocker
리턴 RhinoAutoMocker

CurrentUser 보호되어 있는 프로퍼티

protected ApplicationUser CurrentUser
리턴 ApplicationUser

PlayerId 보호되어 있는 프로퍼티

protected int PlayerId
리턴 int