public class org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers extends java.lang.Object
{
void <init>()
{
org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers v;
v := @this: org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static org.hamcrest.TypeSafeMatcher causedBy(java.lang.Class)
{
org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers$1 v;
java.lang.Class v;
v := @parameter: java.lang.Class;
v = new org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers$1;
specialinvoke v.<org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers$1: void <init>(java.lang.Class)>(v);
return v;
}
public org.hamcrest.Matcher causalChainHasMessageWith(java.lang.String)
{
org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers$2 v;
java.lang.String v;
org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers v;
v := @this: org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers;
v := @parameter: java.lang.String;
v = new org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers$2;
specialinvoke v.<org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers$2: void <init>(org.apache.isis.testing.unittestsupport.applib.matchers.ThrowableMatchers,java.lang.String)>(v, v);
return v;
}
}