Provide `toString` for SafeExtendsClassMatcher
This commit is contained in:
parent
06b052c4d9
commit
5a17e57e99
|
@ -28,4 +28,9 @@ class SafeExtendsClassMatcher<T extends TypeDescription>
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "safeExtendsClass(" + matcher + ")";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue