C# 클래스 TestLibSBMLCSharp.TestArguments

Test arguments parses the command line arguments given to the testrunner
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

메소드 설명
ParseArguments ( string args ) : void
StrippedArgs ( ) : string
TestArguments ( ) : System

Initializes a new instance of the TestArguments class.

TestArguments ( string args ) : System

Constructs a new TestArguments object from command line arguments.

메소드 상세

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : void
args string
리턴 void

StrippedArgs() 공개 메소드

public StrippedArgs ( ) : string
리턴 string

TestArguments() 공개 메소드

Initializes a new instance of the TestArguments class.
public TestArguments ( ) : System
리턴 System

TestArguments() 공개 메소드

Constructs a new TestArguments object from command line arguments.
public TestArguments ( string args ) : System
args string command line arguments
리턴 System