1.0.0

org.eclipse.soda.dk.control.profile.test
Class ControlProfileTest

java.lang.Object
  extended by ProfileTest
      extended by org.eclipse.soda.dk.control.profile.test.ControlProfileTest
All Implemented Interfaces:
java.lang.Runnable, ControlProfileTestService

public class ControlProfileTest
extends ProfileTest
implements ControlProfileTestService, java.lang.Runnable

Control Profile Test. The ControlProfileTest class implements a set of device tests.

The list of exported services:

Version:
1.0.0
See Also:

See the following specification(s) for more details:


Field Summary
static java.lang.String CLASS_NAME
          Defines the class name.
 
Fields inherited from interface org.eclipse.soda.dk.control.profile.test.service.ControlProfileTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_NAME
 
Constructor Summary
ControlProfileTest()
          Constructs a new instance of the ControlProfileTest class.
 
Method Summary
 ProfileService getDefaultProfile()
          Gets the default AdapterService to be tested.
static void main(java.lang.String[] args)
          Main method to run tests in a standalone mode.
 void runtTestsCustom()
           
 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

ControlProfileTest

public ControlProfileTest()
Constructs a new instance of the ControlProfileTest 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:
ControlProfile

runtTestsCustom

public void runtTestsCustom()

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
See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#getDefaultProfile()

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