Class Snapshot


  • public final class Snapshot
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      static Snapshot expect​(java.lang.Object object, java.lang.Object... others)  
      void toMatchInlineSnapshot​(java.lang.String inline)  
      void toMatchSnapshot()  
      void toUpdate()  
      com.github.maximjev.DynamicFields.Builder withDynamicFields()  
      Snapshot withScenario​(java.lang.String scenario)  
      • Methods inherited from class java.lang.Object

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

      • expect

        public static Snapshot expect​(java.lang.Object object,
                                      java.lang.Object... others)
      • withDynamicFields

        public com.github.maximjev.DynamicFields.Builder withDynamicFields()
      • withScenario

        public Snapshot withScenario​(java.lang.String scenario)
      • toMatchSnapshot

        public void toMatchSnapshot()
      • toMatchInlineSnapshot

        public void toMatchInlineSnapshot​(java.lang.String inline)
      • toUpdate

        public void toUpdate()