Class BeanMatchers.BeanConstraint

java.lang.Object
net.thucydides.core.matchers.BeanMatchers.BeanConstraint
Enclosing class:
BeanMatchers

public static class BeanMatchers.BeanConstraint
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BeanConstraint​(java.lang.String fieldName)  
  • Method Summary

    Modifier and Type Method Description
    BeanMatcher isDifferent()  

    Methods inherited from class java.lang.Object

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

    • BeanConstraint

      public BeanConstraint​(java.lang.String fieldName)
  • Method Details