Interface Hypothesis<T>
- Type Parameters:
T- The type of the result to be validated against the hypothesis
- All Superinterfaces:
Predicate<T>
Represents a testable hypothesis.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionBriefly describes the hypothesis.booleanChecks if the given result supports the hypothesis.
-
Method Details
-
getStatement
String getStatement()Briefly describes the hypothesis. -
test
-