C# Class TypeLess.StringAssertExtensions

Datei anzeigen Open project: jansater/TypeLess Class Usage Examples

Private Methods

Method Description
DoesNotContain ( this source, string text ) : IStringAssertion
DoesNotContainAlphaChars ( this source ) : StringAssertion
DoesNotContainDigit ( this source ) : StringAssertion
DoesNotEndWith ( this source, string text ) : IStringAssertion
DoesNotStartWith ( this source, string text ) : IStringAssertion
IsEmpty ( this source ) : StringAssertion
IsEmptyOrWhitespace ( this source ) : StringAssertion
IsLongerThan ( this source, int length ) : StringAssertion
IsNotValidEmail ( this source ) : StringAssertion
IsShorterThan ( this source, int length ) : StringAssertion