C# 클래스 Affecto.Identifiers.Finnish.Tests.InvoiceReferenceNumberTests

파일 보기 프로젝트 열기: affecto/dotnet-Identifiers.Finnish

비공개 메소드들

메소드 설명
AssertDissatisfiedSpecification ( int value ) : void
AssertDissatisfiedSpecification ( string value ) : void
AssertFailedTryCreate ( int value ) : void
AssertFailedTryCreate ( string value ) : void
AssertInvalidValue ( int value ) : void
AssertInvalidValue ( string value ) : void
AssertValidValue ( int value ) : void
AssertValidValue ( string value ) : void
EmptyReferenceNumber ( ) : void
EqualsComparesCorrectly ( ) : void
IntegerReferenceNumber ( ) : void
InvalidChecksum ( ) : void
InvoiceReferenceNumberIsNotEqualWithDifferentTypesOfObjects ( ) : void
MaximumWidth ( ) : void
MinWidth ( ) : void
NonNumericReferenceNumber ( ) : void
NullReferenceNumber ( ) : void
ToStringIsContentWithoutSpaces ( ) : void
ToStringIsContentWithoutZeroPadding ( ) : void
TooLongReferenceNumber ( ) : void
TooShortReferenceNumber ( ) : void
TryEmptyReferenceNumber ( ) : void
TryInvalidChecksum ( ) : void
TryNonNumericReferenceNumber ( ) : void
TryNullReferenceNumber ( ) : void
TryTooLongReferenceNumber ( ) : void
TryTooShortReferenceNumber ( ) : void
ValidReferenceNumber ( ) : void
ValidReferenceNumberBeginningWithSpaces ( ) : void
ValidReferenceNumberEndingWithSpaces ( ) : void
ValidReferenceNumberWithSpaces ( ) : void
ZeroPadded ( ) : void