public class TestCase
extends java.lang.Object
Constructor and Description |
---|
TestCase() |
Modifier and Type | Method and Description |
---|---|
void |
addValidationStep(java.lang.String name,
TestCaseValidationStep _validationStep)
Adds the stepName to validationStepMap.
|
java.lang.String |
getActualResult()
Returns the actualResult.
|
java.lang.String |
getApprovalFlag()
Returns the approvalFlag.
|
java.lang.String |
getApproved()
Returns the approved value.
|
java.lang.String |
getApprovedBy()
Returns the approvedBy value.
|
java.lang.String |
getAttachDoc()
Returns the attach Document.
|
java.io.File |
getAttachFile() |
java.lang.String |
getCreatedBy()
Returns the createdBy.
|
java.lang.String |
getCreatedDate()
Returns the createdDate.
|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getDocMode()
Returns the docMode.
|
java.lang.String |
getDocumentLink()
Returns the documentLink.
|
java.lang.String |
getDocumentStatus()
Returns the documentStatus.
|
java.util.List<java.lang.Integer> |
getExcelInvalidRows()
Returns the excelInvalidRows list when the excel Document is imported for a testCase.
|
java.lang.String |
getExpectedResult()
Returns the expectedResult.
|
java.lang.String |
getExtendable()
Returns the extendable value.
|
java.lang.String |
getExternalTestcaseId()
Returns the externalTestcaseId
|
java.lang.String |
getLastModifiedBy()
Returns the lastModifiedBy.
|
java.lang.String |
getLastModifiedDateTime()
Returns the lastModifiedDateTime.
|
java.lang.String |
getMapId()
Returns the mapId in which the testCase is present.
|
java.lang.String |
getMapName()
Returns the mapName in which the testCase is present.
|
java.lang.String |
getMessage()
Returns the message.
|
java.lang.String |
getModifiedBy()
Returns the name of the login user who modified the testCase.
|
java.lang.String |
getModifiedDate()
Returns the modifiedDate on which the testCase Details are modified.
|
java.lang.String |
getObjectId()
Returns the objectId.
|
java.lang.String |
getObjectName()
Returns the ObjectName.
|
java.lang.String |
getPriorityId()
Returns the priorityId.
|
java.lang.String |
getPriorityName()
Returns the priorityName.
|
java.lang.String |
getProjectId()
Returns the projectId.
|
java.lang.String |
getProjectName()
Returns the projectName in which the testCase is present.
|
java.lang.String |
getSaveFilePath()
Returns the saveFilePath.
|
java.lang.String |
getStatusId()
Returns the statusId.
|
java.lang.String |
getStatusName()
Returns the statusName of the Document.i.e In progress, Ready for Review, Approved.
|
java.lang.String |
getSubjectId()
Returns the subjectId in which the testCase is present.
|
java.lang.String |
getSubjectName()
Returns the subjectName in which the testCase is present.
|
java.lang.String |
getSuccessOption()
Returns the successOption.
|
java.lang.String |
getTestCaseComments()
Returns the testCaseComments.
|
java.lang.String |
getTestCaseId()
Sets the testCaseId.
|
java.lang.String |
getTestcaseLabel()
Returns the testCaseLabel of the particular testCase.
|
java.lang.String |
getTestCaseLabel()
Returns the testCaseLabel of the testCase.
|
java.lang.String |
getTestCaseLevel()
Returns the TestCaseLevel.
|
java.lang.String |
getTestCaseName()
Returns the testCaseName.
|
java.lang.String |
getTestCaseTypeId()
Returns the testCaseTypeId.
|
java.lang.String |
getTestDocApprovalDate()
Returns the TestCase Document ApprovalDate.
|
java.lang.String |
getTestDocId()
Returns the testCaseDocId.
|
java.lang.String |
getTestDocIntededUseDescr()
Returns the testCaseDoc intendedUserDescription.
|
java.lang.String |
getTestDocName()
Returns the testCaseDocumentName.
|
java.lang.String |
getTestDocObject()
Returns the testDocumentObject.
|
java.lang.String |
getTestDocOwner()
Returns the testCaseDocument Owner.
|
java.lang.String |
getTestDocType()
Returns the testCaseDocument Type.
|
java.lang.String |
getTestSQLScript()
Returns the testSQLScript.
|
java.lang.String |
getTestStepComments()
Returns the testStepComments.
|
java.lang.String |
getTestTypeName()
Returns the testTypeName.
|
TestCaseValidationStep |
getValidationStep(java.lang.String name)
Returns the TestCaseValidationStep for the specified name.
|
java.util.Map<java.lang.String,TestCaseValidationStep> |
getValidationStepMap()
Returns the validationStepMap i.e it returns the details like testCaseId, validationStepId, validationStepName, status,
description, expectedResult, actualResult, comments etc... |
java.util.List |
getValidationStepsList()
Returns the TestCaseValidationStep Object.
|
boolean |
isIsCopied()
Returns the value True or False.
|
boolean |
isValidExcelCase()
Returns the validExcelCase value.
|
void |
setActualResult(java.lang.String actualResult)
Sets the actualResult as specified.
|
void |
setApprovalFlag(java.lang.String approvalFlag)
Sets the approvalFlag as specified.
|
void |
setApproved(java.lang.String approved)
Sets the approved as specified.
|
void |
setApprovedBy(java.lang.String approvedBy)
Sets the approvedBy as specified.
|
void |
setAttachDoc(java.lang.String attachDoc)
Sets the attach Document as specified.
|
void |
setAttachFile(java.io.File attachFile) |
void |
setCreatedBy(java.lang.String createdBy)
Sets the createdBy as specified.
|
void |
setCreatedDate(java.lang.String createdDate)
Sets the createdDate as specified.
|
void |
setDescription(java.lang.String description)
Sets the description as specified.
|
void |
setDocMode(java.lang.String docMode)
Sets the docMode as specified.
|
void |
setDocumentLink(java.lang.String documentLink)
Sets the documentLink as specified.
|
void |
setDocumentStatus(java.lang.String documentStatus)
Sets the documentStatus as specified.
|
void |
setExcelInvalidRows(java.util.List<java.lang.Integer> excelInvalidRows)
Sets the excelInvalidRows as specified.
|
void |
setExpectedResult(java.lang.String expectedResult)
Sets the expectedResult as specified.
|
void |
setExtendable(java.lang.String extendable)
Sets the extendable value as specified.
|
void |
setExternalTestcaseId(java.lang.String externalTestcaseId)
Sets the externalTestcaseId as specified.
|
void |
setIsCopied(boolean isCopied)
Sets the value of IsCopied as specified.
|
void |
setLastModifiedBy(java.lang.String lastModifiedBy)
Sets the value of lastModifiedBy as specified.
|
void |
setLastModifiedDateTime(java.lang.String lastModifiedDateTime)
Sets the lastModifiedDateTime as specified.
|
void |
setMapId(java.lang.String mapId)
Sets the mapId as specified.
|
void |
setMapName(java.lang.String mapName)
Sets the mapName as specified.
|
void |
setMessage(java.lang.String message)
Sets the message as specified.
|
void |
setModifiedBy(java.lang.String modifiedBy)
Sets the value of the modifiedBy as specified.
|
void |
setModifiedDate(java.lang.String modifiedDate)
Sets the modifiedDate as specified.
|
void |
setObjectId(java.lang.String objectId)
Sets the objectId as specified.
|
void |
setObjectName(java.lang.String objectName)
Sets the objectName as specified.
|
void |
setPriorityId(java.lang.String priorityId)
Sets the priorityId as specified.
|
void |
setPriorityName(java.lang.String priorityName)
Sets the priorityName as specified.
|
void |
setProjectId(java.lang.String projectId)
Sets the projectId as specified.
|
void |
setProjectName(java.lang.String projectName)
Sets the projectName as specified.
|
void |
setSaveFilePath(java.lang.String saveFilePath)
Sets the saveFilePath as specified.
|
void |
setStatusId(java.lang.String statusId)
Sets the statusId as specified.
|
void |
setStatusName(java.lang.String statusName)
Sets the statusName as specified.
|
void |
setSubjectId(java.lang.String subjectId)
Sets the subjectId as specified.
|
void |
setSubjectName(java.lang.String subjectName)
Sets the subjectName as specified.
|
void |
setSuccessOption(java.lang.String successOption)
Sets the successOption as specified.
|
void |
setTestCaseComments(java.lang.String testCaseComments)
Sets the testCaseComments as specified.
|
void |
setTestCaseId(java.lang.String testCaseId)
Returns the testCaseId
|
void |
setTestCaseLabel(java.lang.String testCaseLabel)
Sets the testCaseLabel as specified.
|
void |
setTestCaseLevel(java.lang.String testCaseLevel)
Sets the testCaseLevel as specified.
|
void |
setTestCaseName(java.lang.String testCaseName)
Sets the testCaseName as specified.
|
void |
setTestCaseTypeId(java.lang.String testCaseTypeId)
Returns the testCaseTypeId as specified.
|
void |
setTestDocApprovalDate(java.lang.String testDocApprovalDate)
Sets the TestCase Document ApprovalDate as specified.
|
void |
setTestDocId(java.lang.String testDocId)
Sets the testCaseDocId as specified.
|
void |
setTestDocIntededUseDescr(java.lang.String testDocIntededUseDescr)
Sets the testCaseDoc intendedUserDescription as specified.
|
void |
setTestDocName(java.lang.String testDocName)
Sets the testDocName as specified.
|
void |
setTestDocObject(java.lang.String testDocObject)
Sets the testDocumentObject as specified.
|
void |
setTestDocOwner(java.lang.String testDocOwner)
Sets the testCaseDocument Owner as specified.
|
void |
setTestDocType(java.lang.String testDocType)
Sets the testCaseDocument Type as specified.
|
void |
setTestSQLScript(java.lang.String testSQLScript)
Sets the testSQLScript as specified.
|
void |
setTestStepComments(java.lang.String testStepComments)
Sets the testStepComments as specified.
|
void |
setTestTypeName(java.lang.String testTypeName)
Sets the testTypeName as specified.
|
void |
setValidationStepMap(java.util.Map<java.lang.String,TestCaseValidationStep> _validationStepMap)
Sets the validationStepMap as specified.
|
void |
setValidExcelCase(boolean validExcelCase)
Sets the validExcelCase as specified.
|
public java.lang.String getApproved()
public void setApproved(java.lang.String approved)
approved
- Stringpublic boolean isIsCopied()
public void setIsCopied(boolean isCopied)
isCopied
- booleanpublic java.lang.String getTestCaseLevel()
public void setTestCaseLevel(java.lang.String testCaseLevel)
testCaseLevel
- Stringpublic java.lang.String getTestcaseLabel()
public java.lang.String getTestCaseId()
public void setTestCaseId(java.lang.String testCaseId)
testCaseId
- Stringpublic java.lang.String getTestCaseLabel()
public void setTestCaseLabel(java.lang.String testCaseLabel)
testCaseLabel
- Stringpublic java.lang.String getTestCaseName()
public void setTestCaseName(java.lang.String testCaseName)
testCaseName
- Stringpublic java.lang.String getTestSQLScript()
public void setTestSQLScript(java.lang.String testSQLScript)
testSQLScript
- Stringpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Stringpublic java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String createdBy)
createdBy
- Stringpublic java.lang.String getCreatedDate()
public void setCreatedDate(java.lang.String createdDate)
createdDate
- Stringpublic java.lang.String getModifiedBy()
public void setModifiedBy(java.lang.String modifiedBy)
modifiedBy
- Stringpublic java.lang.String getModifiedDate()
public void setModifiedDate(java.lang.String modifiedDate)
modifiedDate
- Stringpublic java.lang.String getProjectId()
public void setProjectId(java.lang.String projectId)
projectId
- Stringpublic java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName
- Stringpublic java.lang.String getMapId()
public void setMapId(java.lang.String mapId)
mapId
- Stringpublic java.lang.String getMapName()
public void setMapName(java.lang.String mapName)
mapName
- Stringpublic java.lang.String getSubjectId()
public void setSubjectId(java.lang.String subjectId)
subjectId
- Stringpublic java.lang.String getSubjectName()
public void setSubjectName(java.lang.String subjectName)
subjectName
- Stringpublic java.lang.String getTestDocName()
public void setTestDocName(java.lang.String testDocName)
testDocName
- Stringpublic java.lang.String getTestDocType()
public void setTestDocType(java.lang.String testDocType)
testDocType
- Stringpublic java.lang.String getTestDocIntededUseDescr()
public void setTestDocIntededUseDescr(java.lang.String testDocIntededUseDescr)
testDocIntededUseDescr
- Stringpublic java.lang.String getTestDocOwner()
public void setTestDocOwner(java.lang.String testDocOwner)
testDocOwner
- Stringpublic java.lang.String getTestDocId()
public void setTestDocId(java.lang.String testDocId)
testDocId
- Stringpublic java.lang.String getLastModifiedBy()
public void setLastModifiedBy(java.lang.String lastModifiedBy)
lastModifiedBy
- Stringpublic java.lang.String getLastModifiedDateTime()
public void setLastModifiedDateTime(java.lang.String lastModifiedDateTime)
lastModifiedDateTime
- Stringpublic java.lang.String getTestDocObject()
public void setTestDocObject(java.lang.String testDocObject)
testDocObject
- Stringpublic java.lang.String getApprovedBy()
public void setApprovedBy(java.lang.String approvedBy)
approvedBy
- Stringpublic java.lang.String getTestDocApprovalDate()
public void setTestDocApprovalDate(java.lang.String testDocApprovalDate)
testDocApprovalDate
- Stringpublic java.lang.String getDocumentStatus()
public void setDocumentStatus(java.lang.String documentStatus)
documentStatus
- Stringpublic java.lang.String getApprovalFlag()
public void setApprovalFlag(java.lang.String approvalFlag)
approvalFlag
- Stringpublic java.lang.String getSuccessOption()
public void setSuccessOption(java.lang.String successOption)
successOption
- Stringpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- Stringpublic java.lang.String getSaveFilePath()
public void setSaveFilePath(java.lang.String saveFilePath)
saveFilePath
- Stringpublic java.lang.String getAttachDoc()
public void setAttachDoc(java.lang.String attachDoc)
attachDoc
- Stringpublic java.lang.String getDocMode()
public void setDocMode(java.lang.String docMode)
docMode
- Stringpublic java.lang.String getExtendable()
public void setExtendable(java.lang.String extendable)
extendable
- Stringpublic java.lang.String getExpectedResult()
public void setExpectedResult(java.lang.String expectedResult)
expectedResult
- Stringpublic java.lang.String getActualResult()
public void setActualResult(java.lang.String actualResult)
actualResult
- Stringpublic java.lang.String getStatusId()
public void setStatusId(java.lang.String statusId)
statusId
- Stringpublic java.lang.String getStatusName()
public void setStatusName(java.lang.String statusName)
statusName
- Stringpublic java.lang.String getTestCaseTypeId()
public void setTestCaseTypeId(java.lang.String testCaseTypeId)
testCaseTypeId
- Stringpublic java.lang.String getTestTypeName()
public void setTestTypeName(java.lang.String testTypeName)
testTypeName
- Stringpublic java.lang.String getPriorityId()
public void setPriorityId(java.lang.String priorityId)
priorityId
- Stringpublic java.lang.String getPriorityName()
public void setPriorityName(java.lang.String priorityName)
priorityName
- Stringpublic java.util.Map<java.lang.String,TestCaseValidationStep> getValidationStepMap()
public void setValidationStepMap(java.util.Map<java.lang.String,TestCaseValidationStep> _validationStepMap)
_validationStepMap
- Mappublic TestCaseValidationStep getValidationStep(java.lang.String name)
name
- Stringpublic void addValidationStep(java.lang.String name, TestCaseValidationStep _validationStep)
name
- String_validationStep
- TestCaseValidationSteppublic java.util.List getValidationStepsList()
public java.util.List<java.lang.Integer> getExcelInvalidRows()
public void setExcelInvalidRows(java.util.List<java.lang.Integer> excelInvalidRows)
excelInvalidRows
- Listpublic java.lang.String getTestCaseComments()
public void setTestCaseComments(java.lang.String testCaseComments)
testCaseComments
- Stringpublic java.lang.String getTestStepComments()
public void setTestStepComments(java.lang.String testStepComments)
testStepComments
- Stringpublic boolean isValidExcelCase()
public void setValidExcelCase(boolean validExcelCase)
validExcelCase
- Booleanpublic java.lang.String getExternalTestcaseId()
public void setExternalTestcaseId(java.lang.String externalTestcaseId)
externalTestcaseId
- Stringpublic java.lang.String getDocumentLink()
public void setDocumentLink(java.lang.String documentLink)
documentLink
- Stringpublic java.lang.String getObjectId()
public void setObjectId(java.lang.String objectId)
objectId
- Stringpublic java.lang.String getObjectName()
public void setObjectName(java.lang.String objectName)
objectName
- Stringpublic java.io.File getAttachFile()
public void setAttachFile(java.io.File attachFile)