Transform two arrays of matching argument types and argument values into
a hashtable of corresponding key/value pairs, with the argumentType as
the key.
This method is similar to Java's Class.isAssignableFrom() method, but it
checks the class type, method name and each individual argument type
for this Signature.
This is the advice which intercepts all method calls (except those which are
excluded through the pointcuts) It then programatically determines if it
should process the call, or ignore it and let it proceed.
This is the advice which intercepts all caller-side method calls which are
made from the unit test class to the class under test (except those which
are excluded through the pointcuts).