Class TestScenarioLogCollection.TestParameter
java.lang.Object
de.qytera.qtaf.core.log.model.collection.TestScenarioLogCollection.TestParameter
- Enclosing class:
- TestScenarioLogCollection
Data class for step parameter information.
-
Constructor Details
-
TestParameter
Constructor.- Parameters:
name- parameter nametype- parameter typevalue- parameter value
-
-
Method Details
-
getName
Get name.- Returns:
- name
-
setName
Set name.- Parameters:
name- Name- Returns:
- this
-
getType
Get type.- Returns:
- type
-
setType
Set type.- Parameters:
type- Type- Returns:
- this
-
getValue
Get value.- Returns:
- value
-
setValue
Set value.- Parameters:
value- Value- Returns:
- this
-