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

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

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

Subclasses of BinaryAssertionNut 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.