1.0.0

org.eclipse.soda.dk.testmanager.action
Class TestActionFactory

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.action.TestActionFactory

public class TestActionFactory
extends java.lang.Object

Version:
1.0.0

Field Summary
static java.lang.String KEY_PARALLEL
          Define the key parallel (String) constant.
static java.lang.String KEY_SEQUENTIAL
          Define the key sequential (String) constant.
 
Constructor Summary
TestActionFactory()
          Constructs an instance of this class.
 
Method Summary
static TestAction create(java.lang.String key)
          Create with the specified key parameter and return the TestAction result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_SEQUENTIAL

public static final java.lang.String KEY_SEQUENTIAL
Define the key sequential (String) constant.

See Also:
Constant Field Values

KEY_PARALLEL

public static final java.lang.String KEY_PARALLEL
Define the key parallel (String) constant.

See Also:
Constant Field Values
Constructor Detail

TestActionFactory

public TestActionFactory()
Constructs an instance of this class.

Method Detail

create

public static TestAction create(java.lang.String key)
Create with the specified key parameter and return the TestAction result.

Parameters:
key - The key (String) parameter.
Returns:
Results of the create (TestAction) value.

1.0.0

Copyright (c) 2007 IBM