Class RestResponseFactory


  • public class RestResponseFactory
    extends java.lang.Object
    Factory creates instance of ResponseEntity with stub values.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> org.springframework.http.ResponseEntity<T> newStubInstance()  
      • Methods inherited from class java.lang.Object

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

      • RestResponseFactory

        public RestResponseFactory()
    • Method Detail

      • newStubInstance

        public static <T> org.springframework.http.ResponseEntity<T> newStubInstance()