Creates a matcher that matches if the examined object matches ANY of the specified matchers. For example:
Creates a matcher that matches if the examined String contains the specified String anywhere. For example:
Creates a matcher that matches when the examined object is logically equal to the specified operand, as determined by calling the java.lang.Object.equals method on the examined object.
operand