C# 클래스 AOUT.CH9.Examples.Tests.PersonLogicTests

파일 보기 프로젝트 열기: royosherove/aout1

비공개 메소드들

메소드 설명
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