2009-10-01 1.2.0

org.eclipse.soda.dk.generic.io.adapter.test
Class GenericIoAdapterTest

java.lang.Object
  extended by AdapterTest
      extended by org.eclipse.soda.dk.generic.io.adapter.test.GenericIoAdapterTest
All Implemented Interfaces:
java.lang.Runnable, GenericIoAdapterTestService

public class GenericIoAdapterTest
extends AdapterTest
implements GenericIoAdapterTestService, java.lang.Runnable

Generic Digital and Analog I/O Device Test. The GenericIoAdapterTest class implements a set of adaptertest tests.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GenericIoAdapterTestService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.generic.io.adapter.test.service.GenericIoAdapterTestService
SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
GenericIoAdapterTest()
          Constructs a new instance of the GenericIoAdapterTest 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
 

Field Detail

CLASS_NAME

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

See Also:
Constant Field Values
Constructor Detail

GenericIoAdapterTest

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

Method Detail

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.
See Also:
GenericIoAdapter

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
See Also:
org.eclipse.soda.dk.adapter.test.AdapterTest#getDefaultAdapter()

setup

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

See Also:
org.eclipse.soda.dk.adapter.test.AdapterTest#setup()

2009-10-01 1.2.0

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