Class ProxifyPositionResult

java.lang.Object
org.assertj.db.api.ProxifyPositionResult

public class ProxifyPositionResult extends Object
Method interceptor that proxify result of assertions methods. Useful for navigation assertion methods like ( column(...) , row(...) ).
Author:
Julien Roy
  • Method Details

    • intercept

      @RuntimeType public Object intercept(@SuperCall Callable<?> proxy) throws Exception
      Method called during interception of positional method.
      Parameters:
      proxy - Proxy method to use
      Returns:
      the object result proxied
      Throws:
      Exception - When method call fail