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

C# Syntax

public static void EndTest( 
   Status status
)

Parameters

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