C# Class Microsoft.Protocols.TestManager.Kernel.CaseListItem

Items for the plain text report
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Name string
Outcome string

Public Methods

Method Description
CaseListItem ( string name, TestCaseStatus status ) : System

Constructor

FormatText ( bool showOutcome, Separator separator ) : string

Generates a line in the plain text case list.

Method Details

CaseListItem() public method

Constructor
public CaseListItem ( string name, TestCaseStatus status ) : System
name string Name of the test case
status TestCaseStatus The status of the test case
return System

FormatText() public method

Generates a line in the plain text case list.
public FormatText ( bool showOutcome, Separator separator ) : string
showOutcome bool Shows the outcome
separator Separator The separator
return string

Property Details

Name public_oe property

The name of the test case
public string Name
return string

Outcome public_oe property

The outcome of the test case
public string Outcome
return string