2008-07-29 1.1.0

org.eclipse.soda.dk.barcode.reader.inventory.profile.test
Class BarcodeReaderInventoryProfileTest

java.lang.Object
  extended by ProfileTest
      extended by org.eclipse.soda.dk.barcode.reader.inventory.profile.test.BarcodeReaderInventoryProfileTest
All Implemented Interfaces:
java.lang.Runnable, BarcodeReaderInventoryProfileTestService

public class BarcodeReaderInventoryProfileTest
extends ProfileTest
implements BarcodeReaderInventoryProfileTestService, java.lang.Runnable

Barcode Reader Profile Test. The BarcodeReaderInventoryProfileTest class implements a set of profiletest tests.

The list of exported services:

Version:
1.1.0
See Also:

See the following specification(s) for more details:

Title: EPCglobal Low Level Reader Protocol (LLRP)
URL: http://www.epcglobalinc.org/standards/llrp
Version: 1.0.1
Date: August 13, 2007
Vendor: EPCglobal
Comment: Ratified

Title: EPCglobal Application Level Events (ALE) Specification
URL: http://www.epcglobalinc.org/standards/ale/
Version: 1.1
Date: February 27, 2008
Vendor: EPCglobal
Comment: Ratified

Title: EPCglobal Low Level Reader Protocol (LLRP)
URL: http://www.epcglobalinc.org/standards/llrp
Version: 1.0.1
Date: August 13, 2007
Vendor: EPCglobal
Comment: Ratified

Title: EPCglobal Application Level Events (ALE) Specification
URL: http://www.epcglobalinc.org/standards/ale/
Version: 1.1
Date: February 27, 2008
Vendor: EPCglobal
Comment: Ratified

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.barcode.reader.inventory.profile.test.service.BarcodeReaderInventoryProfileTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
BarcodeReaderInventoryProfileTest()
          Constructs a new instance of the BarcodeReaderInventoryProfileTest class.
 
Method Summary
 ProfileService getDefaultProfile()
          Gets the default AdapterService to be tested.
static void main(java.lang.String[] args)
          Main method to run tests in a stand alone mode.
 void setup()
          Sets user-defined variables to use in the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the full class name.

See Also:
Constant Field Values
Constructor Detail

BarcodeReaderInventoryProfileTest

public BarcodeReaderInventoryProfileTest()
Constructs a new instance of the BarcodeReaderInventoryProfileTest class.

Method Detail

main

public static void main(java.lang.String[] args)
Main method to run tests in a stand alone mode.

Parameters:
args -
See Also:
BarcodeReaderInventoryProfile

getDefaultProfile

public ProfileService getDefaultProfile()
                                 throws java.lang.ClassNotFoundException,
                                        java.lang.IllegalAccessException,
                                        java.lang.InstantiationException
Gets the default AdapterService to be tested.

Returns:
ProfileService The Profile to be tested.
Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#getDefaultProfile()

setup

public void setup()
Sets user-defined variables to use in the test.

See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#setup()

2008-07-29 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.