This class is responsible for checking whether a Test model item (test case, test suite or project) can be executed or whether it's not possible because ServiceV has been disabled.
Type Params | Return Type | Name and description |
---|---|---|
|
static boolean |
blockedByServiceVConfig(ModelItem runnableItem) Determines whether the item passed in can be run from the GUI, and prompts the user to enable the user to restart if this isn't possible because some steps depend on the disabled ServiceV module. |
|
static void |
initializeModuleState() Call this method to force it to remember if ServiceV was disabled |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Determines whether the item passed in can be run from the GUI, and prompts the user to enable the user to restart if this isn't possible because some steps depend on the disabled ServiceV module.
runnableItem
- an instance of either WsdlTestCase, WsdlTestSuite or WsdlProjectCall this method to force it to remember if ServiceV was disabled