Class SimpleValueMatcher

java.lang.Object
net.thucydides.core.matchers.SimpleValueMatcher

public class SimpleValueMatcher
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected SimpleValueMatcher​(java.lang.Object value, org.hamcrest.Matcher<? extends java.lang.Object> matcher)  
  • Method Summary

    Modifier and Type Method Description
    boolean matches()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleValueMatcher

      protected SimpleValueMatcher​(java.lang.Object value, org.hamcrest.Matcher<? extends java.lang.Object> matcher)
  • Method Details

    • matches

      public boolean matches()