Interface ITestFolder
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
public interface ITestFolder extends IBaseFieldExMail
Represents a test folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
testFactory()
The TestFactory object for direct child tests.com4j.Com4jObject
testFolderFactory()
The TestFolderFactory for direct child test folders.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
testFolderFactory
com4j.Com4jObject testFolderFactory()
The TestFolderFactory for direct child test folders.
Getter method for the COM property "TestFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
testFactory
com4j.Com4jObject testFactory()
The TestFactory object for direct child tests.
Getter method for the COM property "TestFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-