2009-06-02 1.2.0

org.eclipse.soda.dk.gps.nmea.device.testcase
Class GpsNmeaDeviceTestcase

java.lang.Object
  extended by DeviceTestcase
      extended by org.eclipse.soda.dk.gps.nmea.device.testcase.GpsNmeaDeviceTestcase
All Implemented Interfaces:
GpsNmeaDeviceTestcaseService

public class GpsNmeaDeviceTestcase
extends DeviceTestcase
implements GpsNmeaDeviceTestcaseService

Since:
1.0
Version:
1.2.0

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.gps.nmea.device.testcase.service.GpsNmeaDeviceTestcaseService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_NAME
 
Constructor Summary
GpsNmeaDeviceTestcase()
          GpsNmeaDeviceTestcase.
GpsNmeaDeviceTestcase(java.lang.String name)
          GpsNmeaDeviceTestcase.
 
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

GpsNmeaDeviceTestcase

public GpsNmeaDeviceTestcase()
GpsNmeaDeviceTestcase.

Since:
1.0

GpsNmeaDeviceTestcase

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

Parameters:
name - name.
Since:
1.0
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.0
See Also:
GpsNmeaDevice

createDevice

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

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

2009-06-02 1.2.0

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