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

Items for the plain text report
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Outcome string

Méthodes publiques

Méthode 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 méthode

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

FormatText() public méthode

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
Résultat string

Property Details

Name public_oe property

The name of the test case
public string Name
Résultat string

Outcome public_oe property

The outcome of the test case
public string Outcome
Résultat string