C# Class StoryTeller.Engine.Constraints.Policies

Inheritance: IPolicies
Datei anzeigen Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
CanChooseFixture ( System.Test test ) : bool
CanChooseGrammar ( string grammarKey, IEnumerable preceeding ) : bool
HideGrammar ( string grammarKey ) : void
IsHidden ( string grammarKey ) : bool
Policies ( ) : System
Tag ( string tag ) : void
Tag ( string grammarKey, string tag ) : void
Tags ( ) : IEnumerable
Tags ( string grammarKey ) : IEnumerable

Method Details

CanChooseFixture() public method

public CanChooseFixture ( System.Test test ) : bool
test System.Test
return bool

CanChooseGrammar() public method

public CanChooseGrammar ( string grammarKey, IEnumerable preceeding ) : bool
grammarKey string
preceeding IEnumerable
return bool

HideGrammar() public method

public HideGrammar ( string grammarKey ) : void
grammarKey string
return void

IsHidden() public method

public IsHidden ( string grammarKey ) : bool
grammarKey string
return bool

Policies() public method

public Policies ( ) : System
return System

Tag() public method

public Tag ( string tag ) : void
tag string
return void

Tag() public method

public Tag ( string grammarKey, string tag ) : void
grammarKey string
tag string
return void

Tags() public method

public Tags ( ) : IEnumerable
return IEnumerable

Tags() public method

public Tags ( string grammarKey ) : IEnumerable
grammarKey string
return IEnumerable