org.as2lib.core.BasicClass +--org.as2lib.app.exec.Call +--org.as2lib.app.exec.ConstructorCall
Constructor Call is to call a constructor by remote. It default application is within Testcases where you try if a constructor throws a exception.
new ConstructorCall()
forEach(), toString()
public function ConstructorCall(clazz:Function)
Constructs a new Call instance.
clazz
public function execute()
Executes the passed method on the passed object with the given arguments and returns the result of the execution.
the result of the method execution
execute() in org.as2lib.app.exec.Call