TPTP 4.1.0 Platform Project
Public API Specification

Package org.eclipse.hyades.models.common.facades.behavioral

Interface Summary
IAction An IAction is the most fine grained specification of the behavior of a test.
IAnnotation An IAnnotation is a model element that annotates another model element with some data that is not described directly by the model.
IBlock A block is a container for a group of actions.
ICondition A condition stores a constraint that can be tested (one that evaluates to a boolean at runtime).
IDecision A decision is a type of action that allows different blocks to be invoked based upon evaluation of a condition.
IDeployableComponent A deployable component is anything that can be deployed and invoked as part of a test.
IImplementor A implementor implements a behavior of a test.
ILoop A loop is an action that allows a block to be repeated under a given condition.
IMethod A method is an operation of the class repressented by the deployable component.
INamedElement A named element is any object that has a name and description.
IProjectBasedComponent This interface defines any component that is part of a project.
IProperty A property is an attribute that can be specified by a name value pair.
IPropertyGroup A property group is a collection of properties.
ISystemUnderTest The system under test (SUT) is the class or representation of an object that has publically available methods or attributes that allows testing.
ITargetInvocation A target invocation is an action that is a particular communication between the component that the action belongs to and a target component.
ITest A test is a specification that has an implementation and that validates a system.
ITestCase A test case is a specification of one way to test a system, including what to test with which input, result, and under which conditions.
ITestComponent A test component is a utility component that contains one or more implementors of behaviors.
ITestComponentInvocation A test invocation is an action that invokes another test.
ITestInvocation A test invocation is an action that invokes another test.
ITestSuite A test suite is a grouping mechanism for a set of zero or more test cases.
ITypedElement  
IVariable Tests can have collections of variables.
IVerificationPoint A verification point is an action that performs some form of validation.
 

Class Summary
AbstractEnumerator This is an "abstract" enumeration.
Verdict The verdict is a predefined enumeration datatype which contains at least the values fail, inconclusive, pass, error indicating how this test case execution has performed.
 


TPTP 4.1.0 Platform Project
Public API Specification