|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestCase
A representation of the model object 'Test Case'.
The following features are supported:
TestingPackage.getTestCase()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static java.lang.String |
FILE_EXTENSION
|
static QualifiedName |
MODEL_PROPERTY
|
static QualifiedName |
PARSING_DATE_PROPERTY
|
Method Summary | |
---|---|
EList |
getActivity()
Returns the value of the 'Activity' containment reference list. |
java.util.List<IUseCase> |
getCorrespondingUseCases()
Returns the list of all use cases which steps are executed in this test case. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
EList |
getPrecondition()
Returns the value of the 'Precondition' reference list. |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute. |
void |
register()
Registers the current instance of test case in the the requirements project model. |
void |
setId(java.lang.String value)
Sets the value of the ' Id '
attribute.
|
void |
setTitle(java.lang.String value)
Sets the value of the ' Title '
attribute.
|
void |
unregister()
Unregisters the current instance of test case from the requirements project model. |
Methods inherited from interface org.ucworkbench.model.IUCElement |
---|
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource |
Field Detail |
---|
static final java.lang.String copyright
static final QualifiedName MODEL_PROPERTY
static final QualifiedName PARSING_DATE_PROPERTY
static final java.lang.String FILE_EXTENSION
Method Detail |
---|
java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
ModelPackage.getTestCase_Title()
void setTitle(java.lang.String value)
Title
'
attribute.
value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
ModelPackage.getTestCase_Id()
void setId(java.lang.String value)
Id
'
attribute.
value
- the new value of the 'Id' attribute.getId()
EList getPrecondition()
Condition
. It is bidirectional and
its opposite is 'Test Case
'.
If the meaning of the 'Precondition' reference list isn't clear, there really should be more of a description here...
TestingPackage.getTestCase_Precondition()
,
Condition.getTestCase()
EList getActivity()
Activity
. It is bidirectional and
its opposite is 'Test Case
'.
If the meaning of the 'Activity' containment reference list isn't clear, there really should be more of a description here...
TestingPackage.getTestCase_Activity()
,
Activity.getTestCase()
java.util.List<IUseCase> getCorrespondingUseCases()
void unregister()
void register()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |