Uses of Class
jfun.yan.xml.nuts.optional.BinaryNut

Packages that use BinaryNut
jfun.yan.xml.nuts.optional This package provides some optional Nut classes that can be loaded manually from the config file. 
 

Uses of BinaryNut in jfun.yan.xml.nuts.optional
 

Subclasses of BinaryNut in jfun.yan.xml.nuts.optional
 class AssertEqualNut
          The Nut class to verify that two objects are equal.
 class AssertNotEqualNut
          The Nut class to verify that two objects are not equal.
 class AssertNotSameNut
          The Nut class to verify that two objects are not same.
 class AssertSameNut
          The Nut class to verify that two objects are same.
 class BinaryAssertionNut
          Super class for any Nut that supports "val1" and "val2" attributes and checks a binary predicate on them.
 class BinaryPredicateNut
          Super class for any tag that compares two objects.
 class EqualsNut
          A tag that compares the equality of two objects.
 class NotEqualsNut
          The tag that returns false if two objects are equal.
 class NotSameNut
          The tag that returns false if two objects are same.
 class SameNut
          A tag that tests if two references are pointing to the same object.