Uses of Package
biz.xsoftware.mock

Packages that use biz.xsoftware.mock
biz.xsoftware.mock The only package of MockObject which contains the classes to create(or allow the creation of) mock objects from interfaces. 
 

Classes in biz.xsoftware.mock used by biz.xsoftware.mock
Behavior
          A way of providing snippets of code to be run when a method is called.
CalledMethod
          This object contains information about a MockObject method when it is called
MethodSignature
          This class represents class method and it's arguments So, for example if you have the following method: public void foo(String arg0, String arg1) This object will contain the name, "foo" and the arguments in an array, {String, String}
MockObject
          The interface all mock objects implement.