public class PerfTestResult
Represents the execution result of a performance test. If a test violates any of it's performance constraints, it will be added to the violations field.
| Constructor and Description |
|---|
PerfTestResult(java.util.List<? extends cz.encircled.jput.model.PerfConstraintViolation> violations)
Represents the execution result of a performance test.
If a test violates any of it's performance constraints, it will be added to the violations field.
|
PerfTestResult()
Represents the execution result of a performance test.
If a test violates any of it's performance constraints, it will be added to the violations field.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<cz.encircled.jput.model.PerfConstraintViolation> |
component1() |
PerfTestResult |
copy(java.util.List<? extends cz.encircled.jput.model.PerfConstraintViolation> violations)
Represents the execution result of a performance test.
If a test violates any of it's performance constraints, it will be added to the violations field.
|
boolean |
equals(java.lang.Object p) |
java.util.List<cz.encircled.jput.model.PerfConstraintViolation> |
getViolations() |
int |
hashCode() |
boolean |
isError() |
java.lang.String |
toString() |
public PerfTestResult(java.util.List<? extends cz.encircled.jput.model.PerfConstraintViolation> violations)
Represents the execution result of a performance test. If a test violates any of it's performance constraints, it will be added to the violations field.
public PerfTestResult()
Represents the execution result of a performance test. If a test violates any of it's performance constraints, it will be added to the violations field.
public boolean isError()
public java.util.List<cz.encircled.jput.model.PerfConstraintViolation> getViolations()
public java.util.List<cz.encircled.jput.model.PerfConstraintViolation> component1()
public PerfTestResult copy(java.util.List<? extends cz.encircled.jput.model.PerfConstraintViolation> violations)
Represents the execution result of a performance test. If a test violates any of it's performance constraints, it will be added to the violations field.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)