C# Class CyPhy2CAD_CSharp.TestBenchModel.TestBench

Inheritance: TestBenchBase
Exibir arquivo Open project: metamorph-inc/meta-core Class Usage Examples

Public Methods

Method Description
GenerateCADXMLOutput ( ) : void
GenerateOutputFiles ( ) : bool
GenerateRunBat ( ) : void
HasErrors ( ) : bool
TestBench ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void

Method Details

GenerateCADXMLOutput() public method

public GenerateCADXMLOutput ( ) : void
return void

GenerateOutputFiles() public method

public GenerateOutputFiles ( ) : bool
return bool

GenerateRunBat() public method

public GenerateRunBat ( ) : void
return void

HasErrors() public method

public HasErrors ( ) : bool
return bool

TestBench() public method

public TestBench ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
cadSetting CyPhy2CADSettings
outputdir string
projectdir string
auto bool
return System

TraverseTestBench() public method

public TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void
testBenchBase ISIS.GME.Dsml.CyPhyML.Interfaces
return void