C# 클래스 StoryTeller.Testing.Engine.SampleGrammar

상속: StoryTeller.Engine.SingleLineGrammar
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExecutionSteps List

공개 메소드들

메소드 설명
Go ( string arg1, string arg2 ) : string

보호된 메소드들

메소드 설명
afterExecute ( ) : void
beforeExecute ( ) : void

메소드 상세

Go() 공개 메소드

public Go ( string arg1, string arg2 ) : string
arg1 string
arg2 string
리턴 string

afterExecute() 보호된 메소드

protected afterExecute ( ) : void
리턴 void

beforeExecute() 보호된 메소드

protected beforeExecute ( ) : void
리턴 void

프로퍼티 상세

ExecutionSteps 공개적으로 프로퍼티

public List ExecutionSteps
리턴 List