Enum TestResult

java.lang.Object
java.lang.Enum<TestResult>
net.thucydides.model.domain.TestResult
All Implemented Interfaces:
Serializable, Comparable<TestResult>, java.lang.constant.Constable

public enum TestResult extends Enum<TestResult>
Acceptance test results. Records the possible outcomes of tests within an acceptance test case and of the overall acceptance test case itself.
Author:
johnsmart