Méthode | Description | |
---|---|---|
CheckResults ( string testResults, string typeName, [ testCaseName = null ) : void | ||
GetGoldenFileName ( string typeName, string testCaseName, string fileExtension ) : string | ||
ResultChecker ( string goldenFilesDir, string testErrorsDir, string fileExtension ) : System |
Méthode | Description | |
---|---|---|
AreEqual ( string expectedResult, string result, string &msg ) : bool | ||
GetContext ( string result, int position, int contextLength = 100 ) : string |
public CheckResults ( string testResults, string typeName, [ testCaseName = null ) : void | ||
testResults | string | |
typeName | string | |
testCaseName | [ | |
Résultat | void |
public static GetGoldenFileName ( string typeName, string testCaseName, string fileExtension ) : string | ||
typeName | string | |
testCaseName | string | |
fileExtension | string | |
Résultat | string |
public ResultChecker ( string goldenFilesDir, string testErrorsDir, string fileExtension ) : System | ||
goldenFilesDir | string | |
testErrorsDir | string | |
fileExtension | string | |
Résultat | System |