C# Class SpecEasy.Internal.VerifyContext

Inheritance: IVerifyContext
ファイルを表示 Open project: speceasy/speceasy

Public Methods

Method Description
Then ( string description, System.Action specification ) : IVerifyContext
VerifyContext ( Func addSpec ) : System

Method Details

Then() public method

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

VerifyContext() public method

public VerifyContext ( Func addSpec ) : System
addSpec Func
return System