C# Class BusinessLogic.Tests.UnitTests.LogicTests.PlayersTests.PlayerSaverTests.PlayerSaverTestBase

Show file Open project: NemeStats/NemeStats

Protected Properties

Property Type Description
_autoMocker RhinoAutoMocker
_currentUser ApplicationUser
_idOfPlayerThatAlreadyExists int
_playerThatAlreadyExists Player
_players List

Private Methods

Method Description
SetUpBase ( ) : void

Property Details

_autoMocker protected property

protected RhinoAutoMocker _autoMocker
return RhinoAutoMocker

_currentUser protected property

protected ApplicationUser _currentUser
return ApplicationUser

_idOfPlayerThatAlreadyExists protected property

protected int _idOfPlayerThatAlreadyExists
return int

_playerThatAlreadyExists protected property

protected Player _playerThatAlreadyExists
return Player

_players protected property

protected List _players
return List