Class TestCaseResultStep
java.lang.Object
fi.meliora.testlab.ext.rest.model.ModelObject
fi.meliora.testlab.ext.rest.model.TestCaseResultStep
- All Implemented Interfaces:
Serializable
Deprecated.
Encapsulates a single inbound result of a test case step.
- Author:
- Marko Kanala
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.int
Deprecated.void
setComment
(String comment) Deprecated.void
setDescription
(String description) Deprecated.void
setExpected
(String expected) Deprecated.void
setResult
(int result) Deprecated.Methods inherited from class fi.meliora.testlab.ext.rest.model.ModelObject
toString, toString, toStringCut
-
Field Details
-
RESULT_NOTRUN
public static final int RESULT_NOTRUNDeprecated.- See Also:
-
RESULT_PASS
public static final int RESULT_PASSDeprecated.- See Also:
-
RESULT_FAIL
public static final int RESULT_FAILDeprecated.- See Also:
-
RESULT_SKIP
public static final int RESULT_SKIPDeprecated.- See Also:
-
RESULT_BLOCK
public static final int RESULT_BLOCKDeprecated.- See Also:
-
-
Constructor Details
-
TestCaseResultStep
public TestCaseResultStep()Deprecated.
-
-
Method Details
-
getDescription
Deprecated. -
setDescription
Deprecated. -
getExpected
Deprecated. -
setExpected
Deprecated. -
getResult
public int getResult()Deprecated. -
setResult
public void setResult(int result) Deprecated. -
getComment
Deprecated. -
setComment
Deprecated.
-