Eclipse.org Eclipse.org

testagent.xml sample

Attributes Elements XML Reference

<dkml>
    <testagent id="RfidInventoryProfileTestAgent"
            packagebase="org.eclipse.soda.dk">

        <description>RfidInventory Profile Test Agent</description>
        <provider>Eclipse.org</provider>
        <version>1.0.0</version>
        <vendor>IBM</vendor>
        <spec id="Specification"/>
        <testcase id="RfidInventoryProfileNoTagsTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.profile.test.agent.RfidInventoryProfileAbstractTestCase"/>
        <
testcase id="RfidInventoryProfileSingleTagTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.profile.test.agent.RfidInventoryProfileAbstractTestCase"/>
        <
testcase id="RfidInventoryProfileMultipleTagsTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.profile.test.agent.RfidInventoryProfileAbstractTestCase"/>
        <
testcase id="RfidInventoryProfileDisconnectTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.profile.test.agent.RfidInventoryProfileAbstractTestCase"/>

        <bundle/>
        <managedbundle/>
        <managedfactorybundle/>
    </testagent>
</dkml>


id element
"RfidInventoryProfileDisconnectTestCase" <testcase>
"RfidInventoryProfileMultipleTagsTestCase" <testcase>
"RfidInventoryProfileNoTagsTestCase" <testcase>
"RfidInventoryProfileSingleTagTestCase" <testcase>
"RfidInventoryProfileTestAgent" <testagent>
"Specification" <spec>
element id
<spec> "Specification"
<testagent> "RfidInventoryProfileTestAgent"
<testcase> "RfidInventoryProfileDisconnectTestCase"
"RfidInventoryProfileMultipleTagsTestCase"
"RfidInventoryProfileNoTagsTestCase"
"RfidInventoryProfileSingleTagTestCase"

Copyright (c) 2007 IBM XML Reference 1.0.0