An {@link org.apache.hivemind.test.ArgumentMatcher} that only compares the types ofthe two objects, not their actual values. This is useful for Throwable arguments, (since Throwables rarely implement a useful equals). This allows a check that the right type of exception was passed in (even if it doesn't check that the exception's message and other properties are correct).
@author Howard Lewis Ship
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.