Method SaveResultToFile
SaveResultToFile(ITestResultAdaptor, string)
Save a given set of ITestResultAdaptor to a file at the provided file path.
선언
public static void SaveResultToFile(ITestResultAdaptor results, string filePath)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ITestResultAdaptor | results | Test results to write in a file. |
string | filePath | Path to file. |