Interface ITest2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
,ITest
- All Known Subinterfaces:
ITest3
public interface ITest2 extends ITest
Represents a planning test.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasCriteria()
Checks whether the test has criteria.int
numOfConfigurations()
Number of configurations the Test has.com4j.Com4jObject
queryBusinessProcessInterface()
For HP use.com4j.Com4jObject
testConfigFactory()
The test configuration factory for the test.com4j.Com4jObject
testCriterionFactory()
The test criterion factory for the test.-
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
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITest
checkoutPathIfExist, coverRequirement, designStepFactory, desStepsNum, execDate, execStatus, extendedStorage, fullPath, fullPathEx, getCoverList, getCoverList, hasCoverage, hasParam, ignoreDataHiding, ignoreDataHiding, lastRun, name, name, params, removeCoverage, templateTest, templateTest, type, type, vcs
-
-
-
-
Method Detail
-
testCriterionFactory
com4j.Com4jObject testCriterionFactory()
The test criterion factory for the test.
Getter method for the COM property "TestCriterionFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
testConfigFactory
com4j.Com4jObject testConfigFactory()
The test configuration factory for the test.
Getter method for the COM property "TestConfigFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
numOfConfigurations
int numOfConfigurations()
Number of configurations the Test has.
Getter method for the COM property "NumOfConfigurations"
- Returns:
- Returns a value of type int
-
hasCriteria
boolean hasCriteria()
Checks whether the test has criteria.
Getter method for the COM property "HasCriteria"
- Returns:
- Returns a value of type boolean
-
queryBusinessProcessInterface
com4j.Com4jObject queryBusinessProcessInterface()
For HP use. Get Business Process Interface of Test.
Getter method for the COM property "QueryBusinessProcessInterface"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-