public static class TestExecutionReport.InstructionResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
instruction |
java.lang.String |
slimResult |
Constructor and Description |
---|
InstructionResult() |
Modifier and Type | Method and Description |
---|---|
void |
addExpectation(TestExecutionReport.Expectation expectation) |
java.util.List<TestExecutionReport.Expectation> |
getExpectations() |
java.lang.String |
getInstruction() |
java.lang.String |
getSlimResult() |
public java.lang.String instruction
public java.lang.String slimResult
public void addExpectation(TestExecutionReport.Expectation expectation)
public java.lang.String getInstruction()
public java.lang.String getSlimResult()
public java.util.List<TestExecutionReport.Expectation> getExpectations()