C# 클래스 StoryTeller.Model.FixtureGraph

상속: IFixtureNode, IFixtureGraph
파일 보기 프로젝트 열기: MotherGoose/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
AddStructure ( string grammarKey, GrammarStructure structure ) : void
CanChoose ( System.Test test ) : bool
CreateExample ( ) : Section
Equals ( FixtureGraph obj ) : bool
Equals ( object obj ) : bool
FindUsages ( UsageGraph graph ) : IEnumerable
FixtureGraph ( string name ) : System
GetHashCode ( ) : int
GetPath ( ) : TPath
GrammarFor ( string grammarKey ) : GrammarStructure
HasGrammar ( string key ) : bool
HasGrammarErrors ( ) : bool
IsAFixture ( ) : bool
IsMandatoryAutoSelectGrammar ( GrammarStructure structure ) : bool
IsSingleSelection ( ) : bool
LogError ( Exception exception ) : void
LogError ( GrammarError error ) : void
ModifyExampleTest ( System.Test example ) : void
PossibleGrammarsFor ( IPartHolder holder ) : IEnumerable
TopLevelGrammars ( ) : IEnumerable

비공개 메소드들

메소드 설명
AllErrors ( ) : IEnumerable
FixtureGraph ( ) : System

메소드 상세

AddStructure() 공개 메소드

public AddStructure ( string grammarKey, GrammarStructure structure ) : void
grammarKey string
structure GrammarStructure
리턴 void

CanChoose() 공개 메소드

public CanChoose ( System.Test test ) : bool
test System.Test
리턴 bool

CreateExample() 공개 메소드

public CreateExample ( ) : Section
리턴 Section

Equals() 공개 메소드

public Equals ( FixtureGraph obj ) : bool
obj FixtureGraph
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FindUsages() 공개 메소드

public FindUsages ( UsageGraph graph ) : IEnumerable
graph StoryTeller.Usages.UsageGraph
리턴 IEnumerable

FixtureGraph() 공개 메소드

public FixtureGraph ( string name ) : System
name string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetPath() 공개 메소드

public GetPath ( ) : TPath
리턴 StoryTeller.Domain.TPath

GrammarFor() 공개 메소드

public GrammarFor ( string grammarKey ) : GrammarStructure
grammarKey string
리턴 GrammarStructure

HasGrammar() 공개 메소드

public HasGrammar ( string key ) : bool
key string
리턴 bool

HasGrammarErrors() 공개 메소드

public HasGrammarErrors ( ) : bool
리턴 bool

IsAFixture() 공개 메소드

public IsAFixture ( ) : bool
리턴 bool

IsMandatoryAutoSelectGrammar() 공개 메소드

public IsMandatoryAutoSelectGrammar ( GrammarStructure structure ) : bool
structure GrammarStructure
리턴 bool

IsSingleSelection() 공개 메소드

public IsSingleSelection ( ) : bool
리턴 bool

LogError() 공개 메소드

public LogError ( Exception exception ) : void
exception System.Exception
리턴 void

LogError() 공개 메소드

public LogError ( GrammarError error ) : void
error GrammarError
리턴 void

ModifyExampleTest() 공개 메소드

public ModifyExampleTest ( System.Test example ) : void
example System.Test
리턴 void

PossibleGrammarsFor() 공개 메소드

public PossibleGrammarsFor ( IPartHolder holder ) : IEnumerable
holder IPartHolder
리턴 IEnumerable

TopLevelGrammars() 공개 메소드

public TopLevelGrammars ( ) : IEnumerable
리턴 IEnumerable