Class BigDecimalValueMatcher

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

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

    Constructors
    Modifier Constructor Description
    protected BigDecimalValueMatcher​(java.lang.Number value, org.hamcrest.Matcher<? extends java.math.BigDecimal> 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

    • BigDecimalValueMatcher

      protected BigDecimalValueMatcher​(java.lang.Number value, org.hamcrest.Matcher<? extends java.math.BigDecimal> matcher)
  • Method Details

    • matches

      public boolean matches()