C# Class ATMLProject.model.TestProgramSet

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
Close ( ) : void
CreateTestSet ( String testSetName ) : TestProgramSet
CreateTestSetArchive ( String testSetName ) : void
DeleteTestSet ( String testSetName ) : void
ExportTestSet ( ) : void
GetReaderDocument ( string documentName ) : byte[]
HasReaderDocument ( string documentName ) : System.Boolean
HasTestProgramSet ( string testSetName ) : bool
ImportTestSet ( ) : void
LoadTreeView ( TreeView treeView ) : void
OpenTestSet ( String testSetName ) : TestProgramSet
RemoveATMLDocument ( string documentName, AtmlFileType atmlDocNo ) : void
SaveATMLDocument ( string documentName, AtmlFileType atmlDocNo, byte contentBytes, bool forceOverWrite ) : void
SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
SaveReaderDocument ( string documentName, byte contentBytes ) : void
SelectTestSet ( TestProgramSet &testSet ) : bool

Protected Methods

Method Description
OnAtmlFileSaved ( string fileName, byte content, AtmlFileType atmlFileType ) : void

Private Methods

Method Description
AddDocumentSuffix ( string documentName, AtmlFileType atmlDocNo ) : string
CleanTestSetName ( string testSetName ) : String
GetTestSetPath ( ) : string
ProcessFolderNode ( XmlElement root, String rootPathName ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CreateTestSet() public static method

public static CreateTestSet ( String testSetName ) : TestProgramSet
testSetName String
return TestProgramSet

CreateTestSetArchive() public method

public CreateTestSetArchive ( String testSetName ) : void
testSetName String
return void

DeleteTestSet() public static method

public static DeleteTestSet ( String testSetName ) : void
testSetName String
return void

ExportTestSet() public static method

public static ExportTestSet ( ) : void
return void

GetReaderDocument() public method

public GetReaderDocument ( string documentName ) : byte[]
documentName string
return byte[]

HasReaderDocument() public method

public HasReaderDocument ( string documentName ) : System.Boolean
documentName string
return System.Boolean

HasTestProgramSet() public static method

public static HasTestProgramSet ( string testSetName ) : bool
testSetName string
return bool

ImportTestSet() public static method

public static ImportTestSet ( ) : void
return void

LoadTreeView() public method

public LoadTreeView ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
return void

OnAtmlFileSaved() protected method

protected OnAtmlFileSaved ( string fileName, byte content, AtmlFileType atmlFileType ) : void
fileName string
content byte
atmlFileType AtmlFileType
return void

OpenTestSet() public static method

public static OpenTestSet ( String testSetName ) : TestProgramSet
testSetName String
return TestProgramSet

RemoveATMLDocument() public method

public RemoveATMLDocument ( string documentName, AtmlFileType atmlDocNo ) : void
documentName string
atmlDocNo AtmlFileType
return void

SaveATMLDocument() public method

public SaveATMLDocument ( string documentName, AtmlFileType atmlDocNo, byte contentBytes, bool forceOverWrite ) : void
documentName string
atmlDocNo AtmlFileType
contentBytes byte
forceOverWrite bool
return void

SaveReaderATMLDocument() public method

public SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
documentName string
contentBytes byte
forceOverWrite bool
return void

SaveReaderDocument() public method

public SaveReaderDocument ( string documentName, byte contentBytes ) : void
documentName string
contentBytes byte
return void

SelectTestSet() public static method

public static SelectTestSet ( TestProgramSet &testSet ) : bool
testSet TestProgramSet
return bool