2008-07-29 1.1.0

org.eclipse.soda.dk.barcode.reader.device.testcase
Class BarcodeReaderDeviceTestcase

java.lang.Object
  extended by DeviceTestcase
      extended by org.eclipse.soda.dk.barcode.reader.device.testcase.BarcodeReaderDeviceTestcase
All Implemented Interfaces:
BarcodeReaderDeviceTestcaseService

public class BarcodeReaderDeviceTestcase
extends DeviceTestcase
implements BarcodeReaderDeviceTestcaseService

TEST CASE


Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.barcode.reader.device.testcase.service.BarcodeReaderDeviceTestcaseService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_NAME
 
Constructor Summary
BarcodeReaderDeviceTestcase()
          BarcodeReaderDeviceTestcase.
BarcodeReaderDeviceTestcase(java.lang.String name)
          BarcodeReaderDeviceTestcase.
 
Method Summary
 DeviceService createDevice()
          Create device and return the DeviceService.
static void main(java.lang.String[] args)
          Main method to run tests in a stand alone mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeReaderDeviceTestcase

public BarcodeReaderDeviceTestcase()
BarcodeReaderDeviceTestcase.


BarcodeReaderDeviceTestcase

public BarcodeReaderDeviceTestcase(java.lang.String name)
BarcodeReaderDeviceTestcase.

Parameters:
name - name.
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:
BarcodeReaderDevice

createDevice

public DeviceService createDevice()
Create device and return the DeviceService.

Returns:
Results of the create device (DeviceService) value.

2008-07-29 1.1.0

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