ResultState.

ResultState(TestStatus, string) Constructor

Summary

Initializes a new instance of the ResultState class.
Namespace
TCLite.Interfaces
Containing Type
ResultState

Syntax

public ResultState(TestStatus status, string label = null)

Parameters

Name Type Description
status TestStatus The TestStatus.
label string The label.

Return Value

Type Description
void