C# Класс CyPhy2CAD_CSharp.TestBenchModel.TestBench

Наследование: TestBenchBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GenerateCADXMLOutput() публичный Метод

public GenerateCADXMLOutput ( ) : void
Результат void

GenerateOutputFiles() публичный Метод

public GenerateOutputFiles ( ) : bool
Результат bool

GenerateRunBat() публичный Метод

public GenerateRunBat ( ) : void
Результат void

HasErrors() публичный Метод

public HasErrors ( ) : bool
Результат bool

TestBench() публичный Метод

public TestBench ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System
cadSetting CyPhy2CADSettings
outputdir string
projectdir string
auto bool
Результат System

TraverseTestBench() публичный Метод

public TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchBase ) : void
testBenchBase ISIS.GME.Dsml.CyPhyML.Interfaces
Результат void