Class Assumptions.AssumptionMethodInterceptor

  • Enclosing class:
    Assumptions

    private static final class Assumptions.AssumptionMethodInterceptor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object intercept​(AbstractAssert<?,​?> assertion, java.util.concurrent.Callable<java.lang.Object> proxy)  
      • Methods inherited from class java.lang.Object

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

      • AssumptionMethodInterceptor

        private AssumptionMethodInterceptor()
    • Method Detail

      • intercept

        @RuntimeType
        public static java.lang.Object intercept​(@This
                                                 AbstractAssert<?,​?> assertion,
                                                 @SuperCall
                                                 java.util.concurrent.Callable<java.lang.Object> proxy)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception