java.lang.Object
org.jboss.arquillian.graphene.javascript.JSCall

public class JSCall extends Object
Represents a call of the method on JavaScript interface.
Author:
Lukas Fryc
  • Constructor Details

  • Method Details

    • getMethod

      public JSMethod getMethod()
      Returns a target JavaScript interface method
    • getTarget

      public JSInterface getTarget()
      Returns a target JavaSript interface
    • getArguments

      public Object[] getArguments()
      Returns arguments of the call
    • toString

      public String toString()
      Overrides:
      toString in class Object