public void SetUp() { _mockThisUtility = Fixture.Mock <IProperty>(); _mockOtherUtilities = Fixture.MockMany <IProperty>(); _lastRollValue = Fixture.Create <ushort>(); GivenDiceThatRoll(_lastRollValue); _rentStrategy = Fixture.Create <UtilityRentStrategy>(); }
public UtilityGroupFactory(UtilityRentStrategy rentStrategy, Func <int, uint, IProperty> propertyFactory) : base(rentStrategy, propertyFactory) { }