C# 클래스 Amido.PreProcessor.Cmd.Tests.TokenisationRunnerTests

파일 보기 프로젝트 열기: amido/Amido.PreProcessor

비공개 메소드들

메소드 설명
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