C# Class NuGet.Test.PackageIdValidatorTest

Mostra file Open project: monoman/NugetCracker

Private Methods

Method Description
AlphaNumericIsValid ( ) : void
ConsecutiveSeparatorsNotAllowed ( ) : void
EmptyIsNotValid ( ) : void
EndingWithSeparatorsNotAllowed ( ) : void
IdExceedingMaxLengthThrows ( int idTestLength ) : void
MultipleDotSeparatorsAllowed ( ) : void
NonAlphaNumericUnderscoreDotDashIsInvalid ( ) : void
NullThrowsException ( ) : void
NumbersAndWordsDotSeparatedAllowd ( ) : void
StartingWithSeparatorsNotAllowed ( ) : void
UnderscoreDotAndDashSeparatorsAreValid ( ) : void
ValidatePackageIdInvalidIdThrows ( ) : void
ValidatesCheckIdLength ( int idTestLength, bool expectedResult ) : void