Is it possible to execute an Object of Method class?
I am trying to write a JadeScript that gets all the void methods from a test class and executes them one by one but cant find any documentation on Method class,
I can loop around a method dictionary, although cant find any way to execute that method.
any help would be highly appreciated.