Class ModelAssertion.AssertionItemVerbs

  • Enclosing class:
    ModelAssertion<T>

    public class ModelAssertion.AssertionItemVerbs
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AssertionItemVerbs​(java.lang.Object model, java.lang.Object actual)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T is​(java.lang.Object expected)  
      • Methods inherited from class java.lang.Object

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

      • AssertionItemVerbs

        public AssertionItemVerbs​(java.lang.Object model,
                                  java.lang.Object actual)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • is

        public T is​(java.lang.Object expected)