Esempio n. 1
0
 /// <summary>
 /// Get the name of the json for this test.
 /// </summary>
 /// <param name="receivedImage">The received image information.</param>
 /// <returns>The name of the json file.</returns>
 private static string GetJsonFileName(TestResultServerImage receivedImage)
 {
     return Path.Combine(receivedImage.JsonPath, receivedImage.GetJsonFileName());
 }