C# 클래스 ArgsTests.ConsoleStringTests

파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

비공개 메소드들

메소드 설명
TestBasicConsoleString ( ) : void
TestConsoleStringEdgeCases ( ) : void
TestConsoleStringHelpers ( ) : void
TestConsoleStringWriteLine ( ) : void
TestContains ( ) : void
TestContainsCustomComparison ( ) : void
TestHighlightCustomComparison ( ) : void
TestIndexOf ( ) : void
TestIndexOfCustomComparison ( ) : void
TestMultiSegmentConsoleString ( ) : void
TestMultiSegmentConsoleStringEqualityNegative ( ) : void
TestMultiSegmentConsoleStringEqualityPositive ( ) : void
TestReplaceCharByChar ( ) : void
TestReplaceCustomComparison ( ) : void
TestReplaceMultiple ( ) : void
TestReplaceOtherCases ( ) : void
TestReplaceRegex ( ) : void
TestStartsWithAndEndsWith ( ) : void
TestSubstring ( ) : void
ValidateStringCharacteristics ( string expected, ConsoleString actual ) : void