1.0.0

org.eclipse.soda.dk.gps.nmea.device.test
Class GpsNmeaDeviceTest

java.lang.Object
  extended by DeviceTest
      extended by org.eclipse.soda.dk.gps.nmea.device.test.GpsNmeaDeviceTest
All Implemented Interfaces:
java.lang.Runnable, GpsNmeaDeviceTestService

public class GpsNmeaDeviceTest
extends DeviceTest
implements GpsNmeaDeviceTestService, java.lang.Runnable

GPS NMEA Device Test. The GpsNmeaDeviceTest class implements a set of device tests.

The list of exported services:

Version:
1.0.0
See Also:
GpsNmeaDeviceTestService

Field Summary
static java.lang.String CLASS_NAME
          Defines the class name.
 
Fields inherited from interface org.eclipse.soda.dk.gps.nmea.device.test.service.GpsNmeaDeviceTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_NAME
 
Constructor Summary
GpsNmeaDeviceTest()
          Constructs a new instance of the GpsNmeaDeviceTest class.
 
Method Summary
 DeviceService getDefaultDevice()
          Gets the default DeviceService to be tested.
static void main(java.lang.String[] args)
          Main method to run tests in a standalone mode.
 void setup()
          Sets user-defined varables 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 class name.

See Also:
Constant Field Values
Constructor Detail

GpsNmeaDeviceTest

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

Method Detail

main

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

Parameters:
args -
See Also:
GpsNmeaDevice

getDefaultDevice

public DeviceService getDefaultDevice()
                               throws java.lang.ClassNotFoundException,
                                      java.lang.IllegalAccessException,
                                      java.lang.InstantiationException
Gets the default DeviceService to be tested.

Returns:
DeviceService The Device to be tested.
Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
See Also:
org.eclipse.soda.dk.device.test.DeviceTest#getDefaultDevice()

setup

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

See Also:
org.eclipse.soda.dk.device.test.DeviceTest#setup()

1.0.0

Copyright (c) 2007 IBM