C# Class TestLibSBMLCSharp.TestArguments

Test arguments parses the command line arguments given to the testrunner
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ParseArguments ( string args ) : void
args string
Résultat void

StrippedArgs() public méthode

public StrippedArgs ( ) : string
Résultat string

TestArguments() public méthode

Initializes a new instance of the TestArguments class.
public TestArguments ( ) : System
Résultat System

TestArguments() public méthode

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