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

Show file Open project: amido/Amido.PreProcessor

Private Methods

Method Description
SetUpMocks ( string sourceFile, string destDir, string destFile, string backupFile, string template, string processedTemplate, string>.IDictionary properties, IList tokensNotFound, bool destinationExists, bool backupExists, bool destDirExists, bool willWriteToDestination ) : void
TestProcessSingleTemplate ( string sourceFile, string destDir, string destFile, string backupFile, string template, string processedTemplate, IList tokensNotFound, bool destinationExists, bool backupExists, bool destDirExists, bool willWriteToDestination ) : void
TestProcessSingleTemplate_UsingConventionForDestinationFilePath ( ) : void
TestProcessSingleTemplate_UsingConventionForDestinationFilePath_InvalidSourceFile_ExceptionExpected ( ) : void
TestProcessSingleTemplate_WithDestinationFileAlreadyExists_BackDoesNotExisit_ExpectBackup ( ) : void
TestProcessSingleTemplate_WithDestinationFileAlreadyExists_BackUpExisits_ExpectBackup ( ) : void
TestProcessSingleTemplate_WithNullArgs ( ) : void
TestProcessSingleTemplate_WithTemplateFileNotFound_ExpectException ( ) : void
TestProcessSingleTemplate_WithValidOverrides ( ) : void
TestProcessSingleTemplate_WithValidOverrides_DestDirNotFound ( ) : void
TestProcessSingleTemplate_WithValidPropertiesWithoutOverrides ( ) : void
TestProcessSingleTemplate_WithValidPropertiesWithoutOverrides_MissingToken_ExceptionExpected ( ) : void
TestSetUp ( ) : void
TestTeardown ( ) : void