Class TRStep
java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRStep
public class TRStep extends Object
Test Case (Steps) template step
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object other)StringgetActual()Step actual resultMap<String,Object>getAdditionalProperties()StringgetContent()Step valueStringgetExpected()Step expected resultStringgetStatusId()The ID of the test step status.inthashCode()voidsetActual(String actual)Step actual resultvoidsetAdditionalProperty(String name, Object value)voidsetContent(String content)Step valuevoidsetExpected(String expected)Step expected resultvoidsetStatusId(String statusId)The ID of the test step status.StringtoString()TRStepwithActual(String actual)TRStepwithAdditionalProperty(String name, Object value)TRStepwithContent(String content)TRStepwithExpected(String expected)TRStepwithStatusId(String statusId)
-
Constructor Details
-
Method Details
-
getContent
Step value -
setContent
Step value -
withContent
-
getExpected
Step expected result -
setExpected
Step expected result -
withExpected
-
getActual
Step actual result -
setActual
Step actual result -
withActual
-
getStatusId
The ID of the test step status. -
setStatusId
The ID of the test step status. -
withStatusId
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-