OnTestAssemblyCompleted() protected method

Fires the test assembly completed event.
protected OnTestAssemblyCompleted ( TestAssemblyCompletedEventArgs e ) : void
e TestAssemblyCompletedEventArgs The event data.
return void
 /// <summary>
 /// Calls the test assembly completed event.
 /// </summary>
 /// <param name="e">The event data.</param>
 public void SendTestAssemblyCompleted(TestAssemblyCompletedEventArgs e)
 {
     _harness.OnTestAssemblyCompleted(e);
 }