Package org.hamcrest

Interface Description

All Known Implementing Classes:
BaseDescription, Description.NullDescription, StringDescription

public interface Description
A description of a Matcher. A Matcher will describe itself to a description which can later be used for reporting.
See Also: