C# 클래스 BusinessLogic.Tests.UnitTests.LogicTests.PlayersTests.PlayerSaverTests.PlayerSaverTestBase

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

보호된 프로퍼티들

프로퍼티 타입 설명
_autoMocker RhinoAutoMocker
_currentUser ApplicationUser
_idOfPlayerThatAlreadyExists int
_playerThatAlreadyExists Player
_players List

비공개 메소드들

메소드 설명
SetUpBase ( ) : void

프로퍼티 상세

_autoMocker 보호되어 있는 프로퍼티

protected RhinoAutoMocker _autoMocker
리턴 RhinoAutoMocker

_currentUser 보호되어 있는 프로퍼티

protected ApplicationUser _currentUser
리턴 ApplicationUser

_idOfPlayerThatAlreadyExists 보호되어 있는 프로퍼티

protected int _idOfPlayerThatAlreadyExists
리턴 int

_playerThatAlreadyExists 보호되어 있는 프로퍼티

protected Player _playerThatAlreadyExists
리턴 Player

_players 보호되어 있는 프로퍼티

protected List _players
리턴 List