org.eclipse.soda.dk.gps.nmea.adapter.test
Class GpsNmeaAdapterTest
java.lang.Object
AdapterTest
org.eclipse.soda.dk.gps.nmea.adapter.test.GpsNmeaAdapterTest
- All Implemented Interfaces:
- java.lang.Runnable, GpsNmeaAdapterTestService
public class GpsNmeaAdapterTest
- extends AdapterTest
- implements GpsNmeaAdapterTestService, java.lang.Runnable
Global Positioning System (GPS) National Marine Electronics Association (NMEA) Adapter Test.
The GpsNmeaAdapterTest class implements a set of adaptertest tests.
The list of exported services:
- Since:
- 1.0
- Version:
- 1.2.0
- See Also:
GpsNmeaAdapterTestService
|
Field Summary |
static java.lang.String |
CLASS_NAME
Defines the full class name. |
|
Constructor Summary |
GpsNmeaAdapterTest()
Constructs a new instance of the GpsNmeaAdapterTest class. |
|
Method Summary |
AdapterService |
getDefaultAdapter()
|
static void |
main(java.lang.String[] arguments)
Main method to run tests in a stand alone mode. |
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 |
| Methods inherited from interface java.lang.Runnable |
run |
CLASS_NAME
public static final java.lang.String CLASS_NAME
- Defines the full class name.
- Since:
- 1.0
- See Also:
- Constant Field Values
GpsNmeaAdapterTest
public GpsNmeaAdapterTest()
- Constructs a new instance of the GpsNmeaAdapterTest class.
- Since:
- 1.0
main
public static void main(java.lang.String[] arguments)
- Main method to run tests in a stand alone mode.
- Parameters:
arguments - The arguments (String[]) parameter.- Since:
- 1.2
- See Also:
GpsNmeaAdapter
getDefaultAdapter
public AdapterService getDefaultAdapter()
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
- Returns:
- AdapterService The Adapter to be tested.
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException- Since:
- 1.2
- See Also:
org.eclipse.soda.dk.adapter.test.AdapterTest#getDefaultAdapter()
setup
public void setup()
- Sets user-defined variables to use in the test.
- Since:
- 1.0
- See Also:
org.eclipse.soda.dk.adapter.test.AdapterTest#setup()
Copyright (c) 2009 IBM. See license in Legal section.