EndTest Method (IReporter)
Ends the current test level and optionally sets the status for the test.
Remarks
Required only when using IReporter in a test class that does not inherit from UnitTestBase.

C# Syntax

void EndTest( 
   Status status
)

Parameters

status
Optional. The Status for the current test. Default = Passed.