2010-01-22 1.2.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 profiletest tests.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
ControlProfileTestService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.control.profile.test.service.ControlProfileTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, 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[] arguments)
          Main method to run tests in a stand alone mode.
 void runTestsCustom()
          Run tests custom.
 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.0
See Also:
Constant Field Values
Constructor Detail

ControlProfileTest

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

runTestsCustom

public void runTestsCustom()
Run tests custom.


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

2010-01-22 1.2.0

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