Class IntegrationTestJavaScriptPlugin
- java.lang.Object
-
- de.xima.fc.e2e.containerplugin.plugin.IntegrationTestJavaScriptPlugin
-
- All Implemented Interfaces:
INameProviding
,ITransferable
,INamedUiElement
,IPluginFormResource
,IFCPlugin
,Serializable
public class IntegrationTestJavaScriptPlugin extends Object implements IPluginFormResource
Injects some JavaScript code into all forms with helper functions for testing, such as e.g. reading and asserting the values of select elements.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description IntegrationTestJavaScriptPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Getter for the name of this plugin.byte[]
getResourceData()
String
getResourceName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, getDisplayName, initialize, initPlugin, install, shutdown, shutdown, uninstall
-
Methods inherited from interface de.xima.fc.plugin.interfaces.form.IPluginFormResource
getResourceData, getRespourceType, getType
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:IFCPlugin
Getter for the name of this plugin. This name may appear on the user interface.- Specified by:
getName
in interfaceIFCPlugin
- Specified by:
getName
in interfaceINameProviding
- Returns:
String
The name of this plugin.
-
getResourceName
public String getResourceName()
- Specified by:
getResourceName
in interfaceIPluginFormResource
- Returns:
- The name of the form resource, with the correct file extension that corresponds to
IPluginFormResource.getRespourceType()
.
-
getResourceData
public byte[] getResourceData()
- Specified by:
getResourceData
in interfaceIPluginFormResource
- Returns:
- The binary data of the form resource.
-
-