コード例 #1
0
ファイル: LoggerHelpers.cs プロジェクト: Program900/Octopus
 public static void LogInfoAboutWindowSubmitted(string windowName)
 {
     ReporterHelper.LogPassingTestStep($"{windowName} has been submitted");
 }
コード例 #2
0
ファイル: LoggerHelpers.cs プロジェクト: Program900/Octopus
 public static void LogInfoAboutPageOrWindowOpening(string windowOrPageName)
 {
     ReporterHelper.LogPassingTestStep($"Opening the {windowOrPageName}");
 }