Overview - Maple Help

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.

  

As the underlying implementation of the Test package is a module, it is also possible to use the form Test:-command to access a command from the package. For more information, see Module Members.

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