TestExecution
class TestExecution extends Model (View source)
Properties
protected | $environmentType | ||
protected | $environmentDataType | ||
string | $id | ||
string | $matrixId | ||
string | $projectId | ||
protected | $shardType | ||
protected | $shardDataType | ||
string | $state | ||
protected | $testDetailsType | ||
protected | $testDetailsDataType | ||
protected | $testSpecificationType | ||
protected | $testSpecificationDataType | ||
string | $timestamp | ||
protected | $toolResultsStepType | ||
protected | $toolResultsStepDataType |
Methods
getEnvironment()
No description
setId($id)
No description
string
getId()
No description
setMatrixId($matrixId)
No description
string
getMatrixId()
No description
setProjectId($projectId)
No description
string
getProjectId()
No description
setState($state)
No description
string
getState()
No description
getTestDetails()
No description
getTestSpecification()
No description
setTimestamp($timestamp)
No description
string
getTimestamp()
No description
getToolResultsStep()
No description
Details
setEnvironment(Environment $environment)
No description
Environment
getEnvironment()
No description
setId($id)
No description
string
getId()
No description
setMatrixId($matrixId)
No description
string
getMatrixId()
No description
setProjectId($projectId)
No description
string
getProjectId()
No description
setShard(Shard $shard)
No description
Shard
getShard()
No description
setState($state)
No description
string
getState()
No description
setTestDetails(TestDetails $testDetails)
No description
TestDetails
getTestDetails()
No description
setTestSpecification(TestSpecification $testSpecification)
No description
TestSpecification
getTestSpecification()
No description
setTimestamp($timestamp)
No description
string
getTimestamp()
No description
setToolResultsStep(ToolResultsStep $toolResultsStep)
No description
ToolResultsStep
getToolResultsStep()
No description