HasToString _matcher = HasToString.hasToString(matcher);
return this.assertThat(_matcher);
}
public IStringAssert toStringAssert() {
IStringAssert matcher = null;
if (this.type == AssertType.AssertStyle) {
matcher = new StringAssert(String.valueOf(this.value));
} else {
matcher = new StringAssert(true);
}