C# Класс Microsoft.Protocols.TestManager.Kernel.CaseListItem

Items for the plain text report
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Name string
Outcome string

Открытые методы

Метод Описание
CaseListItem ( string name, TestCaseStatus status ) : System

Constructor

FormatText ( bool showOutcome, Separator separator ) : string

Generates a line in the plain text case list.

Описание методов

CaseListItem() публичный Метод

Constructor
public CaseListItem ( string name, TestCaseStatus status ) : System
name string Name of the test case
status TestCaseStatus The status of the test case
Результат System

FormatText() публичный Метод

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
Результат string

Описание свойств

Name публичное свойство

The name of the test case
public string Name
Результат string

Outcome публичное свойство

The outcome of the test case
public string Outcome
Результат string