com.exoftware.exactor.command.swt
Class CheckControlEnabled

java.lang.Object
  extended byjunit.framework.Assert
      extended bycom.exoftware.exactor.Command
          extended bycom.exoftware.exactor.command.swt.AbstractSwtCommand
              extended bycom.exoftware.exactor.command.swt.CheckControlEnabled

public class CheckControlEnabled
extends AbstractSwtCommand


Field Summary
 
Fields inherited from class com.exoftware.exactor.command.swt.AbstractSwtCommand
ROOT_SWT_SHELL
 
Constructor Summary
CheckControlEnabled()
           
 
Method Summary
 void execute()
          Subclasses should implement this method to perform the actions of their command.
 
Methods inherited from class com.exoftware.exactor.Command
addParameter, countParameters, getLineNumber, getName, getParameter, getParameter, getParameters, getScript, hasParameters, parametersAsString, resolveFileRelativeToScriptFile, setLineNumber, setName, setScript, substituteParameters
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckControlEnabled

public CheckControlEnabled()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Description copied from class: Command
Subclasses should implement this method to perform the actions of their command. If the command is responsible for performing a check then a AssertionFailedError should be thrown in the event that the check fails. By default this method fails with a "Not implemented" message.

Overrides:
execute in class Command
Throws:
java.lang.Exception - if an error occurs.
See Also:
AssertionFailedError