2009-06-02 1.2.0

org.eclipse.soda.dk.gps.nmea.position.profile.test
Class GpsNmeaPositionProfileTest

java.lang.Object
  extended by ProfileTest
      extended by org.eclipse.soda.dk.gps.nmea.position.profile.test.GpsNmeaPositionProfileTest
All Implemented Interfaces:
java.lang.Runnable, GpsNmeaPositionProfileTestService

public class GpsNmeaPositionProfileTest
extends ProfileTest
implements GpsNmeaPositionProfileTestService, java.lang.Runnable

Gps Nmea Profile Test. The GpsNmeaPositionProfileTest class implements a set of profiletest tests.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GpsNmeaPositionProfileTestService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.gps.nmea.position.profile.test.service.GpsNmeaPositionProfileTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
GpsNmeaPositionProfileTest()
          Constructs a new instance of the GpsNmeaPositionProfileTest class.
 
Method Summary
 ProfileService getDefaultProfile()
          Gets the default AdapterService to be tested.
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
 

Field Detail

CLASS_NAME

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

Since:
1.1
See Also:
Constant Field Values
Constructor Detail

GpsNmeaPositionProfileTest

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

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

getDefaultProfile

public ProfileService getDefaultProfile()
                                 throws java.lang.ClassNotFoundException,
                                        java.lang.IllegalAccessException,
                                        java.lang.InstantiationException
Gets the default AdapterService to be tested.

Returns:
ProfileService The Profile to be tested.
Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
Since:
1.1
See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#getDefaultProfile()

setup

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

Since:
1.1
See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#setup()

2009-06-02 1.2.0

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