Package org.assertj.core.api
Class Assumptions.AssumptionMethodInterceptor
- java.lang.Object
-
- org.assertj.core.api.Assumptions.AssumptionMethodInterceptor
-
- Enclosing class:
- Assumptions
private static final class Assumptions.AssumptionMethodInterceptor extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AssumptionMethodInterceptor()
-
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)
-
-
-
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
-
-