2009-06-02 1.2.0

org.eclipse.soda.dk.gps.nmea.transport.test
Class GpsNmeaTransportTest

java.lang.Object
  extended by TransportTest
      extended by org.eclipse.soda.dk.gps.nmea.transport.test.GpsNmeaTransportTest
All Implemented Interfaces:
GpsNmeaTransportTestService

public class GpsNmeaTransportTest
extends TransportTest
implements GpsNmeaTransportTestService

Global Positioning System (GPS) National Marine Electronics Association (NMEA) Transport Test. The GpsNmeaTransportTest class implements a set of transport tests.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GpsNmeaTransportTestService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.gps.nmea.transport.test.service.GpsNmeaTransportTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
GpsNmeaTransportTest()
          Constructs a new instance of the GpsNmeaTransportTest class.
 
Method Summary
 TransportService getDefaultTransport()
          Gets the default TransportService to be tested.
static void main(java.lang.String[] arguments)
          Main method to run tests in a stand alone mode.
 void runTests()
          Runs the user-defined tests.
 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
 

Field Detail

CLASS_NAME

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

Since:
1.0
See Also:
Constant Field Values
Constructor Detail

GpsNmeaTransportTest

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

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:
GpsNmeaTransport

getDefaultTransport

public TransportService getDefaultTransport()
Gets the default TransportService to be tested.

Returns:
TransportService The Transport to be tested.
Since:
1.0
See Also:
org.eclipse.soda.dk.transport.test.TransportTest#getDefaultTransport()

runTests

public void runTests()
Runs the user-defined tests.

Since:
1.0
See Also:
org.eclipse.soda.dk.transport.test.TransportTest#runTests()

setup

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

Since:
1.0
See Also:
org.eclipse.soda.dk.transport.test.TransportTest#setup()

2009-06-02 1.2.0

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