/// <summary> /// Handle the Tests starting message /// </summary> private void runner_TestsStarting(object sender, TestsStartingEventArgs args) { WriteToTestPane(args.Message); }