|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.models.common.facades.behavioral.impl.HyadesUtil
public class HyadesUtil
Contains utility methods to manipulate the Behavioral model facade.
| Field Summary | |
|---|---|
static HyadesUtil |
INSTANCE
|
| Constructor Summary | |
|---|---|
HyadesUtil()
|
|
| Method Summary | |
|---|---|
boolean |
containsSuite(java.util.List referencedSuites,
ITestSuite test)
|
void |
createSUTInstances(BVRInteractionImpl interaction,
BVRInteractionFragmentImpl action)
|
static ITargetInvocation |
createTargetInvocation(ITestCase input)
Creates the target invocation based on the input argument |
static ITargetInvocation |
getTargetInvocation(ITestCase input)
Returns the target invocation associated with the input test case |
ITestSuite |
getTestSuite(ITest test)
|
static java.lang.String |
getTestSuiteVariable(ITest testSuite,
java.lang.String variableName)
Returns the value of the variable set for the test suite passed as argument |
static void |
setTestSuiteVariable(ITest testSuite,
java.lang.String variableName,
java.lang.String variableValue)
Set the test suite variable to the argument passed in |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final HyadesUtil INSTANCE
| Constructor Detail |
|---|
public HyadesUtil()
| Method Detail |
|---|
public void createSUTInstances(BVRInteractionImpl interaction,
BVRInteractionFragmentImpl action)
public ITestSuite getTestSuite(ITest test)
public boolean containsSuite(java.util.List referencedSuites,
ITestSuite test)
public static ITargetInvocation getTargetInvocation(ITestCase input)
input - The test case
public static ITargetInvocation createTargetInvocation(ITestCase input)
input - The test case
public static java.lang.String getTestSuiteVariable(ITest testSuite,
java.lang.String variableName)
testSuite - The test suitevariableName - The name of the variable
public static void setTestSuiteVariable(ITest testSuite,
java.lang.String variableName,
java.lang.String variableValue)
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||