C# Class Affecto.Identifiers.Finnish.Tests.InvoiceReferenceNumberTests

Mostrar archivo Open project: affecto/dotnet-Identifiers.Finnish

Private Methods

Method Description
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