Exemplo n.º 1
0
 public void RunFinished(TestResult testResult)
 {
     var dialog = new TestReportDialog(_nrOk, _nrFailed, _resultsAL);
       TestReportDialog.ShowHelpButton(false);
       dialog.ShowAll();
       dialog.Run();
       dialog.Destroy();
 }
Exemplo n.º 2
0
        public void RunFinished(TestResult testResult)
        {
            var dialog = new TestReportDialog(_nrOk, _nrFailed, _resultsAL);

            TestReportDialog.ShowHelpButton(false);
            dialog.ShowAll();
            dialog.Run();
            dialog.Destroy();
        }