C# 클래스 StoryTeller.Usages.FixtureUsage

파일 보기 프로젝트 열기: MotherGoose/storyteller

공개 메소드들

메소드 설명
FixtureUsage ( FixtureGraph fixture ) : System
HasUsageInWorkspace ( string workspaceName ) : bool
Mark ( System.Test test ) : void
MarkGrammar ( System.Test test, string grammarKey ) : void
TestsForFixture ( ) : IEnumerable
TestsForGrammar ( string grammarKey ) : IEnumerable

메소드 상세

FixtureUsage() 공개 메소드

public FixtureUsage ( FixtureGraph fixture ) : System
fixture StoryTeller.Model.FixtureGraph
리턴 System

HasUsageInWorkspace() 공개 메소드

public HasUsageInWorkspace ( string workspaceName ) : bool
workspaceName string
리턴 bool

Mark() 공개 메소드

public Mark ( System.Test test ) : void
test System.Test
리턴 void

MarkGrammar() 공개 메소드

public MarkGrammar ( System.Test test, string grammarKey ) : void
test System.Test
grammarKey string
리턴 void

TestsForFixture() 공개 메소드

public TestsForFixture ( ) : IEnumerable
리턴 IEnumerable

TestsForGrammar() 공개 메소드

public TestsForGrammar ( string grammarKey ) : IEnumerable
grammarKey string
리턴 IEnumerable