C# Class SpecEasy.Internal.Context

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

Private Properties

Свойство Type Description
Conjunction string
CreateUnnamedContextName string
EnterContext void
SetupContext System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Conjunction ( bool first ) : string
CreateUnnamedContextName ( ) : string
EnterContext ( ) : void
SetupContext ( ) : System.Threading.Tasks.Task

Method Details

Context() public méthode

public Context ( Func setup, System.Action addSpecs, string description = null, string conjunction = null ) : System
setup Func
addSpecs System.Action
description string
conjunction string
Résultat System

Context() public méthode

public Context ( Func setup, string description = null, string conjunction = null ) : System
setup Func
description string
conjunction string
Résultat System

Verify() public méthode

public Verify ( System.Action addSpecs ) : void
addSpecs System.Action
Résultat void