|
|
junit | Device Kit |
<junit> element |
Device Kit Attributes Elements XML Reference |
Content type: string
Examples: junit examples
| Name | Type | Description | Use |
|---|---|---|---|
| id | ID | Specifies an unique identifier for this element. After defining an element with the id attribute, other elements can reference this element by using the idref attribute. Since the id attribute value is used by the code generator to generate field and method names, no spaces, periods or commas should be used. | optional |
| idref | IDREF | Specifies a reference to the element with the matching id attribute. The matching id attribute must be specified before the idref attribute can be used. | optional |
| Sibling Name | Sibling Description |
|---|---|
| <description> | Description of the adapter test. |
| <history> | |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. |
| <provider> | Specifies the provider. |
| <version> | Specifies the current version level. The format of the version number should be n.n.n where n is a number. For example, 1.0.0 is a valid version. |
| <vendor> | Specifies an implementing vendor. |
| <incubation> | If the contents of this element is true, then this is an incubation project. |
| <spec> | Hardware specification documentation for this adapter. |
| <multiplex> | |
| <customparameter> | |
| <send> | Specifies the message(s) to send during the test. |
| <adapter> | Specifies the adapter to be tested. |
| <testcount> | Unsigned integer that specifies the number of times to execute tests. |
| <testdelay> | Specifies the milliseconds to sleep between each test. |
| <monitor> | Specifies a monitor test. Currently, not supported. |
| <playback> | Specifies a playback test. Currently, not supported. |
| <swt> | Specifies a Standard Widget Toolkit (SWT) user interface adapter test. |
| <testcase> | Specifies a junit testcase. |
| <bundle> | Specifies an Open Services Gateway Initiative (OSGi) bundle should be created. |
| <managedbundle> | Specifies an Open Services Gateway Initiative (OSGi) managed bundle should be created. |
| <managedfactorybundle> | Specifies an Open Services Gateway Initiative (OSGi) managed factory bundle should be created. |
| Element Name | Element Description |
|---|---|
| <dkml> | Specifies the root element of a Device Kit <b>D</b>evice <b>K</b>it <b>L</b>anguage (dkml) document. |
| ¦-<adaptertest> | Specifies an adapter test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported. |
| ¦-<agenttest> | Specifies an agent test. |
| ¦ ¦-<agentmodeltest> | Specifies the agent model test. |
| ¦ ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| ¦-<agentmodeltest> | Specifies an agent model test.(see agentmodeltest) |
| ¦-<concretetest> | Specifies a concrete test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported(see junit) |
| ¦-<connectiontest> | Specifies an connection test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| ¦-<devicetest> | Specifies a device test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| ¦-<profiletest> | Specifies a profile test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| ¦-<receivertest> | Specifies a receiver transport test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| ¦-<transporttest> | Specifies a transport test. |
| ¦ ¦-<junit> | Specifies a junit test. Currently, not supported.(see junit) |
| Copyright (c) 2009 IBM. See license in Legal section. | 2009-01-22 | Device Kit XML Reference 1.2.0 |