C# Class SpecEasy.Internal.VerifyContext

Inheritance: IVerifyContext
Afficher le fichier Open project: speceasy/speceasy

Méthodes publiques

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

Method Details

Then() public méthode

public Then ( string description, System.Action specification ) : IVerifyContext
description string
specification System.Action
Résultat IVerifyContext

VerifyContext() public méthode

public VerifyContext ( Func addSpec ) : System
addSpec Func
Résultat System