C# Класс NPageObject.Scenario

Provides your test with a default test context, plus the ability to add additional test contexts for tests simulating multiple users. Specflow scenarios should inherit from this type.
Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
AddContextWithName ( string name ) : void

Useful for "multiple user" tests. Each context corresponds to a browser session.

Dispose ( ) : void

Приватные методы

Метод Описание
Scenario ( ) : System

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

AddContextWithName() публичный статический Метод

Useful for "multiple user" tests. Each context corresponds to a browser session.
public static AddContextWithName ( string name ) : void
name string
Результат void

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

public Dispose ( ) : void
Результат void