public abstract class AbstractTestCase extends LabeledStorable implements TestCase
| Modifier and Type | Field and Description |
|---|---|
protected List<Step> |
steps |
LOGGER| Constructor and Description |
|---|
AbstractTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompatibleDataSetList(DataSetList compatibleDataSetList) |
void |
fillCompatibleDataSetLists(Set<DataSetList> compatibleDataSetLists) |
void |
fillSteps(List<Step> steps) |
IDataSet |
findDataSetById(String id,
Object projectId) |
IDataSet |
findDataSetByName(String name,
Object projectId) |
Set<String> |
getCompatibleDataSetListIds() |
Set<DataSetList> |
getCompatibleDataSetLists(Object projectId) |
List<Step> |
getSteps() |
void |
setCompatibleDataSetListIds(Set<String> naturalIds)
hibernate set its proxy thru this method.
|
protected void |
setCompatibleDataSetLists(Set<DataSetList> compatibleDataSetLists)
hibernate set its proxy thru this method.
|
protected void |
setSteps(List<Step> steps)
hibernate set its proxy thru this method.
|
fillLabelscontains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, equals, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getParent, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, hashCode, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, toString, update, upStorableVersiongetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, copy, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getNaturalId, getParent, getProjectId, getStorableProp, getStoreInformationDelegate, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, remove, replicate, returnSimpleParent, setDescription, setNaturalId, setParent, setProjectId, setStorableProp, store, upStorableVersiongetName, setNamegetID, setIDgetPrefix, setPrefixgetVersion, setVersionpublic Set<DataSetList> getCompatibleDataSetLists(Object projectId)
getCompatibleDataSetLists in interface TestCasepublic void addCompatibleDataSetList(DataSetList compatibleDataSetList)
addCompatibleDataSetList in interface TestCaseprotected void setCompatibleDataSetLists(Set<DataSetList> compatibleDataSetLists)
public void fillCompatibleDataSetLists(Set<DataSetList> compatibleDataSetLists)
fillCompatibleDataSetLists in interface TestCasepublic void setCompatibleDataSetListIds(Set<String> naturalIds)
public List<Step> getSteps()
getSteps in interface StepContainerprotected void setSteps(List<Step> steps)
public void fillSteps(List<Step> steps)
fillSteps in interface StepContainerpublic IDataSet findDataSetByName(String name, Object projectId)
findDataSetByName in interface TestCasepublic IDataSet findDataSetById(String id, Object projectId)
findDataSetById in interface TestCaseCopyright © 2025. All rights reserved.