C# Class EAAddinTester.EAAddinTesterProgram

Mostra file Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Private Methods

Method Description
Main ( ) : void
SetMenu ( string location, ToolStripMenuItem addinMenu, string menuName ) : void
SetMenu ( string location, ToolStripMenuItem addinMenu, string menuName, EAAddinFramework addin ) : void

gets the menu items from the addin

addAddIns ( ) : void
clickMenu ( string location, string menuName, string itemName ) : void

Menu is clicked, forward to addin

getOpenedModel ( ) : EA.Repository

Gets the Repository object from the currently running instance of EA. If multiple instances are running it returns the first one opened.

initializeAddins ( ) : void
myTest ( ) : void

generic test method. To be filled in with whatever needs to be tested.