TestRunner.

TestFinished(ITestResult) Method

Summary

A test has just finished
Namespace
TCLite.Runners
Containing Type
TestRunner

Syntax

public void TestFinished(ITestResult result)

Parameters

Name Type Description
result ITestResult The result of the test

Return Value

Type Description
void