C# Class AOUT.CH9.Examples.Tests.PersonLogicTests

Show file Open project: royosherove/aout1

Private Methods

Method Description
CanPurchase_AllIsWell_ReturnsTrue ( ) : void
CanPurchase_CreditLessThan1_ReturnsFalse ( ) : void
CanPurchase_IsNotValid_ReturnsFalse ( ) : void
CanPurchase_NullSSID_ReturnsFalse ( ) : void
CanPurchase_NullSubcriptionType_ReturnsFalse ( ) : void
CanPurchase_PersonWitNoCreditPassesValidation_ReturnFalse ( ) : void
makeFakeValidator ( bool validToReturn ) : FakeTestingValidator
makeLogicWithValidator ( FakeTestingValidator fakeValidator ) : PersonLogicBTestable
makePersonWithPurchasePossible ( ) : Person