Class IgnoreExpectation<T>


  • public class IgnoreExpectation<T>
    extends java.lang.Object
    Ignore expectation allows for a standard implementation to be provided when ignoring expected behaviour.
    Author:
    Ikasan Development Team
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreExpectation​(T expectation)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • IgnoreExpectation

        public IgnoreExpectation​(T expectation)
        Constructor
        Parameters:
        expectation -