Eclipse.org Eclipse.org testagent Rfid Inventory

<testagent> examples

Rfid Inventory Attributes Elements XML Reference
<testagent> example from the testagent.xml sample.

<?xml version="1.0" encoding="UTF-8"?>



    <testagent id="RfidInventoryProfileTestAgent"
            packagebase="org.eclipse.soda.dk">
        <description>RfidInventory Profile Test Agent</description>
        <provider>Eclipse.org</provider>
        <version>1.1.0</version>
        <vendor>IBM</vendor>
<!-- Protocol Specification   -->

        <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>



<testagent> example from the testagent.xml sample.

<?xml version="1.0" encoding="UTF-8"?>



    <testagent id="RfidInventoryWithGpioProfileTestAgent"
            packagebase="org.eclipse.soda.dk">
        <description>RfidInventory With Gpio Profile Test Agent</description>
        <provider>Eclipse.org</provider>
        <version>1.1.0</version>
        <vendor>IBM</vendor>
<!-- Protocol Specification   -->

        <spec id="Specification"/>
        <testcase id="RfidInventoryWithGpioProfileIOTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.with.gpio.profile.test.agent.RfidInventoryWithGpioProfileAbstractTestCase"/>
        <testcase id="RfidInventoryWithGpioProfileNoTagsTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.with.gpio.profile.test.agent.RfidInventoryWithGpioProfileAbstractTestCase"/>
        <testcase id="RfidInventoryWithGpioProfileSingleTagTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.with.gpio.profile.test.agent.RfidInventoryWithGpioProfileAbstractTestCase"/>
        <testcase id="RfidInventoryWithGpioProfileDisconnectTestCase"
                superclass="org.eclipse.soda.dk.rfid.inventory.with.gpio.profile.test.agent.RfidInventoryWithGpioProfileAbstractTestCase"/>
        <bundle/>
        <managedbundle/>
        <managedfactorybundle/>
    </testagent>




Copyright (c) 2008 IBM. See license in Legal section. 2008-07-29 Rfid Inventory XML Reference 1.1.0