C# Class BudgetAnalyser.Engine.UnitTest.StringExtensionTest

Datei anzeigen Open project: Benrnz/BudgetAnalyser

Private Methods

Method Description
AnOrA_ShouldReturnA_WhenFirstSentenceBeginsWithLowerVowel ( ) : void
AnOrA_ShouldReturnA_WhenFirstSentenceBeginsWithUpperVowel ( ) : void
AnOrA_ShouldReturnAn_WhenFirstSentenceBeginsWithLowerVowel ( ) : void
AnOrA_ShouldReturnAn_WhenFirstSentenceBeginsWithUpperVowel ( ) : void
AnOrA_ShouldReturnProperCaseA_WhenFirstSentenceBeginsWithLowerVowel ( ) : void
AnOrA_ShouldReturnProperCaseA_WhenFirstSentenceBeginsWithUpperVowel ( ) : void
AnOrA_ShouldReturnProperCaseAn_WhenFirstSentenceBeginsWithLowerVowel ( ) : void
AnOrA_ShouldReturnProperCaseAn_WhenFirstSentenceBeginsWithUpperVowel ( ) : void
IsNothing_ShouldReturnFalse_GivenEmpty ( ) : void
IsNothing_ShouldReturnFalse_GivenNull ( ) : void
IsNothing_ShouldReturnTrue_GivenAnyText ( ) : void
IsSomething_ShouldReturnFalse_GivenEmpty ( ) : void
IsSomething_ShouldReturnFalse_GivenNull ( ) : void
IsSomething_ShouldReturnTrue_GivenAnyText ( ) : void
SplitLines_ShouldReturn3Lines_GivenStringWith3NewLineChars ( ) : void
SplitLines_ShouldReturnAllLines_GivenLineCount0 ( ) : void
SplitLines_ShouldReturnAnEmptyArray_GivenEmptyString ( ) : void
SplitLines_ShouldReturnLinesWithNoDataLoss_GivenStringWith3NewLineChars ( ) : void
SplitLines_ShouldReturnLinesWithTrailingWhitespace_GivenStringWith3NewLineChars ( ) : void
SplitLines_ShouldReturnNull_GivenNullString ( ) : void
SplitLines_ShouldThrow_GivenLineCountMinus1 ( ) : void
TruncateLeft_ShouldReturnChoppedLeftStringWithEllipses_GivenStringLongerThanLengthRequired ( ) : void
TruncateLeft_ShouldReturnChoppedLeftString_GivenStringLongerThanLengthRequired ( ) : void
TruncateLeft_ShouldReturnEmptyString_GivenEmptyString ( ) : void
TruncateLeft_ShouldReturnInput_GivenInputIsShorterThanRequiredLength ( ) : void
Truncate_ShouldReturnChoppedLeftStringWithEllipses_GivenStringLongerThanLengthRequired ( ) : void
Truncate_ShouldReturnChoppedRight_GivenStringLongerThanLengthRequired ( ) : void
Truncate_ShouldReturnEmptyString_GivenEmptyString ( ) : void
Truncate_ShouldReturnInput_GivenInputIsShorterThanRequiredLength ( ) : void