org.mockserver.matchers
Class BooleanMatcher

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.matchers.BooleanMatcher
All Implemented Interfaces:
Matcher<Boolean>

public class BooleanMatcher
extends ObjectWithReflectiveEqualsHashCodeToString
implements Matcher<Boolean>

Author:
jamesdbloom

Constructor Summary
BooleanMatcher(Boolean matcher)
           
 
Method Summary
 String[] fieldsExcludedFromEqualsAndHashCode()
           
 boolean matches(Boolean matched)
           
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanMatcher

public BooleanMatcher(Boolean matcher)
Method Detail

matches

public boolean matches(Boolean matched)
Specified by:
matches in interface Matcher<Boolean>

fieldsExcludedFromEqualsAndHashCode

public String[] fieldsExcludedFromEqualsAndHashCode()
Overrides:
fieldsExcludedFromEqualsAndHashCode in class ObjectWithReflectiveEqualsHashCodeToString


Copyright © 2016. All rights reserved.