C# 클래스 SpecEasy.Internal.VerifyContext

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

공개 메소드들

메소드 설명
Then ( string description, System.Action specification ) : IVerifyContext
VerifyContext ( Func addSpec ) : System

메소드 상세

Then() 공개 메소드

public Then ( string description, System.Action specification ) : IVerifyContext
description string
specification System.Action
리턴 IVerifyContext

VerifyContext() 공개 메소드

public VerifyContext ( Func addSpec ) : System
addSpec Func
리턴 System