C# Class Amido.PreProcessor.Cmd.Tests.TokeniserTests

Show file Open project: amido/Amido.PreProcessor

Private Methods

Method Description
TestReplace ( Tokeniser tokeniser, string>.Dictionary dictionary, string template, string expectedResult ) : void
TestReplace ( Tokeniser tokeniser, string>.Dictionary dictionary, string template, string expectedResult, IList expectedTokensNotFound ) : void
TestReplace_EmptyTemplateArgument ( ) : void
TestReplace_NullDictionaryArgument ( ) : void
TestReplace_NullTemplateArgument ( ) : void
TestReplace_StringWithEmbeddedToken_FoundInDictionary ( ) : void
TestReplace_StringWithMultiplesToken_SomeNotFoundInDictionary ( ) : void
TestReplace_StringWithNoTokens ( ) : void
TestReplace_StringWithOneToken_FoundInDictionary ( ) : void
TestReplace_StringWithTwoIdenticalTokens_FoundInDictionary ( ) : void
TestReplace_StringWithTwoTokens_FoundInDictionary ( ) : void