C# Class ClaferIR_test.LoadModelTest

显示文件 Open project: gsdlab/Clafer-IR-API

Public Methods

Method Description
LoadModelTest ( ) : System
cfrLoad ( string cfrFileName ) : Module

loads a module containing xml based on the clafer model in a .cfr file

Private Methods

Method Description
TestMethod1 ( ) : void
TestMethod2 ( ) : void
TestMethod3 ( ) : void
TestMethod4 ( ) : void
TestMethod5 ( ) : void

Method Details

LoadModelTest() public method

public LoadModelTest ( ) : System
return System

cfrLoad() public method

loads a module containing xml based on the clafer model in a .cfr file
public cfrLoad ( string cfrFileName ) : Module
cfrFileName string name of the .cfr file
return Module