Esempio n. 1
0
 public CommonTests(ITestOutputHelper outputHelper)
 {
     _log = outputHelper.GetCommonLog();
 }
 public static ILog GetCommonLog(
     this ITestOutputHelper testOutputHelper)
 {
     return(testOutputHelper.GetCommonLog(string.Empty, true));
 }