describe method
Builds a textual description of the matcher.
Implementation
@override
Description describe(Description description) {
return description.add("a Quill document that looks like:\n$_expectedDocument");
}
Builds a textual description of the matcher.
@override
Description describe(Description description) {
return description.add("a Quill document that looks like:\n$_expectedDocument");
}