Interface ITest
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IBaseFieldExMail,- IObjectLockingSupport
 - All Known Subinterfaces:
- IBusinessProcess,- IBusinessProcess2,- IBusinessProcess3,- IBusinessProcess4,- IBusinessProcess5,- IBusinessProcess6,- ITest2,- ITest3
 
 public interface ITest extends IBaseFieldExMail Represents a planning test.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcheckoutPathIfExist()The checkout path for the test.intcoverRequirement(java.lang.Object req, int order, boolean recursive)Adds the specified requirement to the list of requirements covered by this test.com4j.Com4jObjectdesignStepFactory()The design steps factory for the current test.intdesStepsNum()The number of design steps in the test.java.util.DateexecDate()The test execution date and time.java.lang.StringexecStatus()The test execution status.com4j.Com4jObjectextendedStorage()The Extended Storage object for the current test.java.lang.StringfullPath()The full file system path for the test.java.lang.StringfullPathEx(int isOrgFullPath)For HP future use.IListgetCoverList()Gets the list of all requirements covered by this test.java.lang.ObjectgetCoverList(int index)booleanhasCoverage()Checks if the test covers at least one requirement.booleanhasParam()Checks if the test has at least one parameter.booleanignoreDataHiding()For HP use.voidignoreDataHiding(boolean pVal)For HP use.com4j.Com4jObjectlastRun()The last Run object for this test.java.lang.Stringname()The test name.voidname(java.lang.String pVal)The test name.com4j.Com4jObjectparams()Deprecated.voidremoveCoverage(java.lang.Object req)Removes a requirement from the list of requirements this test covers.booleantemplateTest()Indicates if this test is a template test.voidtemplateTest(boolean pVal)Indicates if this test is a template test.java.lang.Stringtype()The test type.voidtype(java.lang.String pVal)The test type.com4j.Com4jObjectvcs()The VCS version control object for this test.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMailmail
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
fullPathjava.lang.String fullPath() The full file system path for the test. Getter method for the COM property "FullPath" - Returns:
- Returns a value of type java.lang.String
 
 - 
typejava.lang.String type() The test type. Getter method for the COM property "Type" - Returns:
- Returns a value of type java.lang.String
 
 - 
typevoid type(java.lang.String pVal) The test type. Setter method for the COM property "Type" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
namejava.lang.String name() The test name. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
namevoid name(java.lang.String pVal) The test name. Setter method for the COM property "Name" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
designStepFactorycom4j.Com4jObject designStepFactory() The design steps factory for the current test. Getter method for the COM property "DesignStepFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
desStepsNumint desStepsNum() The number of design steps in the test. Getter method for the COM property "DesStepsNum" - Returns:
- Returns a value of type int
 
 - 
coverRequirementint coverRequirement(java.lang.Object req, int order, boolean recursive)Adds the specified requirement to the list of requirements covered by this test. - Parameters:
- req- Mandatory java.lang.Object parameter.
- order- Mandatory int parameter.
- recursive- Mandatory boolean parameter.
- Returns:
- Returns a value of type int
 
 - 
removeCoveragevoid removeCoverage(java.lang.Object req) Removes a requirement from the list of requirements this test covers. - Parameters:
- req- Mandatory java.lang.Object parameter.
 
 - 
getCoverListIList getCoverList() Gets the list of all requirements covered by this test. - Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
 
 - 
getCoverListjava.lang.Object getCoverList(int index) 
 - 
extendedStoragecom4j.Com4jObject extendedStorage() The Extended Storage object for the current test. Getter method for the COM property "ExtendedStorage" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
execStatusjava.lang.String execStatus() The test execution status. Getter method for the COM property "ExecStatus" - Returns:
- Returns a value of type java.lang.String
 
 - 
hasCoverageboolean hasCoverage() Checks if the test covers at least one requirement. Getter method for the COM property "HasCoverage" - Returns:
- Returns a value of type boolean
 
 - 
lastRuncom4j.Com4jObject lastRun() The last Run object for this test. Getter method for the COM property "LastRun" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
execDatejava.util.Date execDate() The test execution date and time. Getter method for the COM property "ExecDate" - Returns:
- Returns a value of type java.util.Date
 
 - 
templateTestboolean templateTest() Indicates if this test is a template test. Getter method for the COM property "TemplateTest" - Returns:
- Returns a value of type boolean
 
 - 
templateTestvoid templateTest(boolean pVal) Indicates if this test is a template test. Setter method for the COM property "TemplateTest" - Parameters:
- pVal- Mandatory boolean parameter.
 
 - 
paramscom4j.Com4jObject params() Deprecated. Use TestParameterFactory of ISupportTestParameters. The current test parameters. Getter method for the COM property "Params" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
hasParamboolean hasParam() Checks if the test has at least one parameter. Getter method for the COM property "HasParam" - Returns:
- Returns a value of type boolean
 
 - 
vcscom4j.Com4jObject vcs() The VCS version control object for this test. Getter method for the COM property "VCS" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
checkoutPathIfExistjava.lang.String checkoutPathIfExist() The checkout path for the test. Getter method for the COM property "CheckoutPathIfExist" - Returns:
- Returns a value of type java.lang.String
 
 - 
ignoreDataHidingboolean ignoreDataHiding() For HP use. Indicates whether to ignore hidden user group data when retrieving tests from the server. Getter method for the COM property "IgnoreDataHiding" - Returns:
- Returns a value of type boolean
 
 - 
ignoreDataHidingvoid ignoreDataHiding(boolean pVal) For HP use. Indicates whether to ignore hidden user group data when retrieving tests from the server. Setter method for the COM property "IgnoreDataHiding" - Parameters:
- pVal- Mandatory boolean parameter.
 
 - 
fullPathExjava.lang.String fullPathEx(int isOrgFullPath) For HP future use. Getter method for the COM property "FullPathEx" - Parameters:
- isOrgFullPath- Mandatory int parameter.
- Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-