org.ucworkbench.model.testing
Interface ITestsFolder

All Superinterfaces:
IFolderElement, IUCElement

public interface ITestsFolder
extends IFolderElement


Field Summary
static java.lang.String CONDITION_REPOSITORY_FILE
           
 
Method Summary
 TestCase getTestCase(java.lang.String id)
          Returns the test case by its identifier
 
Methods inherited from interface org.ucworkbench.model.IFolderElement
contains, getFile, getFileByID, getFolderRelativePath, getIFolder, getSubElementsByType, getSubFolderElement
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource
 

Field Detail

CONDITION_REPOSITORY_FILE

static final java.lang.String CONDITION_REPOSITORY_FILE
See Also:
Constant Field Values
Method Detail

getTestCase

TestCase getTestCase(java.lang.String id)
Returns the test case by its identifier

Parameters:
id -
Returns: