Package hydra.testing

Class FreeVariablesTestCase

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<FreeVariablesTestCase>

    public class FreeVariablesTestCase
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<FreeVariablesTestCase>
    A test case which computes the free variables of a term and compares the result with an expected set of names
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • INPUT

        public static final Name INPUT
      • OUTPUT

        public static final Name OUTPUT
      • input

        public final Term input
        The term to analyze
      • output

        public final PersistentSet<Name> output
        The expected set of free variable names
    • Constructor Detail