/**
* Tests the executor's handling of an entry point based on an enumeration data cons.
* @throws CALExecutorException
*/
public void testEnumDataConsEntryPoint() {
final EntryPoint gt = new EntryPointImpl(CAL_Prelude.DataConstructors.GT);
final CALExecutor executor = leccCALServices.getWorkspaceManager().makeExecutorWithNewContextAndDefaultProperties();
try {
executor.exec(gt, new Object[0]);
} catch (CALExecutorException e) {