Property | Type | Description | |
---|---|---|---|
SOURCE | string |
Method | Description | |
---|---|---|
CompareTestDescriptionToSource ( string xmlTestDescription ) : void | ||
IsNavigatable ( ) : bool | ||
IsParsible ( ) : bool | ||
ParseSourceDocument ( ) : void | ||
SaveSourceDocument ( ) : void | ||
SetContent ( |
||
SetContent ( byte content ) : void | ||
SetNavigator ( ITranslatorNavigator navigator ) : void | ||
TranslateAIXML ( ) : void | ||
TranslateAIXMLDocument ( ) : void |
Method | Description | |
---|---|---|
OnAixmlParseCompleted ( ) : void | ||
OnAixmlParseStarted ( ) : void | ||
OnAixmlTranslationCompleted ( string xmlTestDescription ) : void | ||
OnAixmlTranslationStarted ( ) : void | ||
OnAtmlDocumentOpened ( Document document ) : void | ||
OnAtmlFileOpened ( |
||
OnDocumentParsed ( TestDescription td, string xml ) : void | ||
OnOpenSourceDocument ( |
||
OnProjectClosed ( ) : void | ||
OnProjectOpened ( string testProgramSetName ) : void | ||
OnTestDescriptionCreated ( TestDescription td, string xml ) : void | ||
OnTestDescriptionOpened ( TestDescription testdescription, string xml ) : void |
Method | Description | |
---|---|---|
ATMLTranslator ( ) : System | ||
ATMLTranslator_ProjectClosed ( ) : void | ||
ATMLTranslator_ProjectOpened ( string testProgramSetName ) : void | ||
GetXSLReader ( string xslName ) : |
||
LoadTestDescriptionFile ( string fileName ) : void | ||
_navigator_SelectATMLTestDescription ( object sender, |
||
_navigator_SelectSourceDocument ( object sender, |
||
exeProcess_ErrorDataReceived ( object sender, |
||
exeProcess_OutputDataReceived ( object sender, |
public static CompareTestDescriptionToSource ( string xmlTestDescription ) : void | ||
xmlTestDescription | string | |
return | void |
protected OnAixmlTranslationCompleted ( string xmlTestDescription ) : void | ||
xmlTestDescription | string | |
return | void |
protected OnAixmlTranslationStarted ( ) : void | ||
return | void |
protected OnAtmlDocumentOpened ( Document document ) : void | ||
document | Document | |
return | void |
protected OnAtmlFileOpened ( |
||
fi | ||
content | byte | |
return | void |
protected OnDocumentParsed ( TestDescription td, string xml ) : void | ||
td | ATMLModelLibrary.model.TestDescription | |
xml | string | |
return | void |
protected OnOpenSourceDocument ( |
||
fi | ||
content | byte | |
return | void |
protected OnProjectOpened ( string testProgramSetName ) : void | ||
testProgramSetName | string | |
return | void |
protected OnTestDescriptionCreated ( TestDescription td, string xml ) : void | ||
td | ATMLModelLibrary.model.TestDescription | |
xml | string | |
return | void |
protected OnTestDescriptionOpened ( TestDescription testdescription, string xml ) : void | ||
testdescription | ATMLModelLibrary.model.TestDescription | |
xml | string | |
return | void |
public SetContent ( |
||
fileInfo | ||
content | byte | |
return | void |
public SetNavigator ( ITranslatorNavigator navigator ) : void | ||
navigator | ITranslatorNavigator | |
return | void |