describe method
Builds a textual description of the matcher.
Implementation
@override
Description describe(Description description) {
return description.add("given Document has equivalent content to the given markdown");
}
Builds a textual description of the matcher.
@override
Description describe(Description description) {
return description.add("given Document has equivalent content to the given markdown");
}