C# Класс StoryTeller.Workspace.ResultHistory

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Each ( TestResult>.Action action ) : void
this ( System.Test test ) : StoryTeller.Engine.TestResult
this ( string locator ) : StoryTeller.Engine.TestResult

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

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

public Each ( TestResult>.Action action ) : void
action TestResult>.Action
Результат void

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

public this ( System.Test test ) : StoryTeller.Engine.TestResult
test System.Test
Результат StoryTeller.Engine.TestResult

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

public this ( string locator ) : StoryTeller.Engine.TestResult
locator string
Результат StoryTeller.Engine.TestResult