private void _inner_Log(object sender, UnitTestLogEventArgs e) => OnLog(e);
Example #2
0
 protected virtual void OnLog(UnitTestLogEventArgs e) => Log?.Invoke(this, e);
Example #3
0
 private void currentRunner_Log(object sender, UnitTestLogEventArgs e)
 {
     //OnLog(e);
 }