C# Class 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.
Inheritance: IDisposable
Afficher le fichier Open project: benaston/NPageObject

Méthodes publiques

Méthode Description
AddContextWithName ( string name ) : void

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

Dispose ( ) : void

Private Methods

Méthode Description
Scenario ( ) : System

Method Details

AddContextWithName() public static méthode

Useful for "multiple user" tests. Each context corresponds to a browser session.
public static AddContextWithName ( string name ) : void
name string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void