Package hydra.testing
Class NormalizeTypeVariablesTestCase
java.lang.Object
hydra.testing.NormalizeTypeVariablesTestCase
- All Implemented Interfaces:
Serializable,Comparable<NormalizeTypeVariablesTestCase>
public class NormalizeTypeVariablesTestCase
extends Object
implements Serializable, Comparable<NormalizeTypeVariablesTestCase>
A test case which normalizes type variables in a term (renaming them to t0, t1, t2, etc.) and compares the result with the expected term
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_
-
INPUT
-
OUTPUT
-
input
The term with type annotations to normalize -
output
The expected term with normalized type variable names
-
-
Constructor Details
-
NormalizeTypeVariablesTestCase
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<NormalizeTypeVariablesTestCase>
-
withInput
-
withOutput
-