Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Overview of the ContextMenu:-Test Subpackage

 

Calling Sequence

Description

List of Test Package Commands

Calling Sequence

Test:-command(arguments)

command(arguments)

Description

• 

The Test package is a collection of tools that allow you to programmatically retrieve information about the context-sensitive menus generated for a given expression.

• 

Each command in the Test package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

• 

The long form, Test:-command, is always available. The short form can be used after loading the package.

List of Test Package Commands

• 

The following is a list of available commands.

GetGeneratedMenu

GetGeneratedMenuAndAction

GetGeneratedSubmenu

GetGeneratedSubmenuAndAction

ListMenuEntries

TestAction

 

 

  

To display the help page for a particular Test command, see Getting Help with a Command in a Package.

See Also

ContextMenu

Test:-GetGeneratedMenu

Test:-ListMenuEntries

Test:-TestAction