C# Class ApplicationTest.Validators.LanguageValidatorTest

Show file Open project: ita-social-projects/Bookcrossing-Back-End

Private Methods

Method Description
IdProperty_LessThanZero_ThrowsException ( int value ) : void
LanguageName_ContainsForbiddenCharacters_ThrowsException ( string value ) : void
LanguageName_IsNotNull_ShouldNotThrowException ( ) : void
LanguageName_IsNull_ThrowsException ( ) : void
LanguageName_LessThanTwoCharacters_ThrowsException ( ) : void
LanguageName_MoreThanTwentyCharacters_ShouldThrowException ( ) : void
Setup ( ) : void