C# 클래스 fitSharp.Test.NUnit.Slim.Instructions

파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteAbortSuite ( ) : Instructions
ExecuteAbortTest ( ) : Instructions
ExecuteMethod ( string methodName ) : Instructions
MakeCommand ( string commandName ) : Instructions
MakeVariable ( string variableName, Type variableType ) : Instructions

메소드 상세

ExecuteAbortSuite() 공개 메소드

public ExecuteAbortSuite ( ) : Instructions
리턴 Instructions

ExecuteAbortTest() 공개 메소드

public ExecuteAbortTest ( ) : Instructions
리턴 Instructions

ExecuteMethod() 공개 메소드

public ExecuteMethod ( string methodName ) : Instructions
methodName string
리턴 Instructions

MakeCommand() 공개 메소드

public MakeCommand ( string commandName ) : Instructions
commandName string
리턴 Instructions

MakeVariable() 공개 메소드

public MakeVariable ( string variableName, Type variableType ) : Instructions
variableName string
variableType Type
리턴 Instructions