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
파일 보기 프로젝트 열기: benaston/NPageObject

공개 메소드들

메소드 설명
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