public class TestCase extends Object implements Serializable
| Constructor and Description |
|---|
TestCase()
Constructor.
|
TestCase(Integer id,
String name,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestCaseStatus testcaseStatus,
TestImportance testImportance,
ExecutionType executionType,
Integer executionOrder,
Integer order,
Integer internalId,
Integer externalId,
String fullExternalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus,
Platform platform,
Integer featureId)
Constructor with args.
|
public TestCase()
public TestCase(Integer id, String name, Integer testSuiteId, Integer testProjectId, String authorLogin, String summary, List<TestCaseStep> steps, String preconditions, TestCaseStatus testcaseStatus, TestImportance testImportance, ExecutionType executionType, Integer executionOrder, Integer order, Integer internalId, Integer externalId, String fullExternalId, Boolean checkDuplicatedName, ActionOnDuplicate actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus, Platform platform, Integer featureId)
id - IDname - nametestSuiteId - test suite IDtestProjectId - test project IDauthorLogin - author loginsummary - summarysteps - stepspreconditions - preconditionstestcaseStatus - test case statustestImportance - test importanceexecutionType - execution typeexecutionOrder - execution orderorder - orderinternalId - internal IDexternalId - external IDfullExternalId - full external IDcheckDuplicatedName - check for duplicated nameactionOnDuplicatedName - action to take when a duplicated name is foundversionId - version IDversion - versionparentId - parent IDcustomFields - custom fieldsexecutionStatus - execution statusplatform - platformfeatureId - feature IDpublic Integer getParentId()
public void setParentId(Integer parentId)
parentId - the parentId to setpublic Integer getVersionId()
public void setVersionId(Integer versionId)
versionId - the versionId to setpublic Integer getVersion()
public void setVersion(Integer version)
version - the version to setpublic Integer getId()
public void setId(Integer id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic Integer getTestSuiteId()
public void setTestSuiteId(Integer testSuiteId)
testSuiteId - the testSuiteId to setpublic Integer getTestProjectId()
public void setTestProjectId(Integer testProjectId)
testProjectId - the testProjectId to setpublic String getAuthorLogin()
public void setAuthorLogin(String authorLogin)
authorLogin - the authorLogin to setpublic String getSummary()
public void setSummary(String summary)
summary - the summary to setpublic List<TestCaseStep> getSteps()
public void setSteps(List<TestCaseStep> steps)
steps - the steps to setpublic String getPreconditions()
public void setPreconditions(String preconditions)
preconditions - the preconditions to setpublic TestCaseStatus getTestCaseStatus()
public void setTestCaseStatus(TestCaseStatus testcaseStatus)
testcaseStatus - the test case statuspublic TestImportance getTestImportance()
public void setTestImportance(TestImportance testImportance)
testImportance - the testImportance to setpublic Integer getExecutionOrder()
public void setExecutionOrder(Integer executionOrder)
executionOrder - the executionOrder to setpublic ExecutionType getExecutionType()
public void setExecutionType(ExecutionType executionType)
executionType - the executionType to setpublic Integer getOrder()
public void setOrder(Integer order)
order - the order to setpublic Integer getInternalId()
public void setInternalId(Integer internalId)
internalId - the internalId to setpublic Integer getExternalId()
public void setExternalId(Integer externalId)
externalId - the externalId to setpublic String getFullExternalId()
public void setFullExternalId(String fullExternalId)
fullExternalId - the full externalId to setpublic Boolean getCheckDuplicatedName()
public void setCheckDuplicatedName(Boolean checkDuplicatedName)
checkDuplicatedName - the checkDuplicatedName to setpublic ActionOnDuplicate getActionOnDuplicatedName()
public void setActionOnDuplicatedName(ActionOnDuplicate actionOnDuplicatedName)
actionOnDuplicatedName - the actionOnDuplicatedName to setpublic List<CustomField> getCustomFields()
public void setCustomFields(List<CustomField> customFields)
customFields - the customFields to setpublic ExecutionStatus getExecutionStatus()
public void setExecutionStatus(ExecutionStatus executionStatus)
executionStatus - the executionStatus to setpublic Platform getPlatform()
public void setPlatform(Platform platform)
platform - the platform to setpublic Integer getFeatureId()
public void setFeatureId(Integer featureId)
featureId - the featureId to setCopyright © 2010–2020. All rights reserved.