C# Class TestLibSBMLCSharp.TestArguments

Test arguments parses the command line arguments given to the testrunner
ファイルを表示 Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
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.

Method Details

ParseArguments() public method

public ParseArguments ( string args ) : void
args string
return void

StrippedArgs() public method

public StrippedArgs ( ) : string
return string

TestArguments() public method

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

TestArguments() public method

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