예제 #1
0
 private static void OnTestSessionStart(object?sender, TestSessionStart e)
 {
     Sb.AppendLine($"\n\n==== Test session start [{e.StartTime:hh:mm:ss t z}] ====");
 }
예제 #2
0
 /// <summary>
 /// Invokes the test session start event.
 /// </summary>
 public void OnTestSessionStart(TestSessionStart testSessionStart)
 {
     TestSessionStart?.Invoke(this, testSessionStart);
 }