2010-01-26 1.2.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

Since:
1.2
Version:
1.2.0

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[] arguments)
          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.

Since:
1.1

BarcodeReaderDeviceTestcase

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

Parameters:
name - name.
Since:
1.1
Method Detail

main

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

Parameters:
arguments -
Since:
1.1
See Also:
BarcodeReaderDevice

createDevice

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

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

2010-01-26 1.2.0

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