C# 클래스 SpecEasy.Internal.Context

상속: IContext
파일 보기 프로젝트 열기: speceasy/speceasy

Private Properties

프로퍼티 타입 설명
Conjunction string
CreateUnnamedContextName string
EnterContext void
SetupContext System.Threading.Tasks.Task

공개 메소드들

메소드 설명
Context ( Func setup, System.Action addSpecs, string description = null, string conjunction = null ) : System
Context ( Func setup, string description = null, string conjunction = null ) : System
Verify ( System.Action addSpecs ) : void

비공개 메소드들

메소드 설명
Conjunction ( bool first ) : string
CreateUnnamedContextName ( ) : string
EnterContext ( ) : void
SetupContext ( ) : System.Threading.Tasks.Task

메소드 상세

Context() 공개 메소드

public Context ( Func setup, System.Action addSpecs, string description = null, string conjunction = null ) : System
setup Func
addSpecs System.Action
description string
conjunction string
리턴 System

Context() 공개 메소드

public Context ( Func setup, string description = null, string conjunction = null ) : System
setup Func
description string
conjunction string
리턴 System

Verify() 공개 메소드

public Verify ( System.Action addSpecs ) : void
addSpecs System.Action
리턴 void