I am interested in implementing the org.flexunit.runner.IRunner interface. However, there is a reference to the concrete class AsyncTestToken:
function run( notifier:IRunNotifier, previousToken:AsyncTestToken ):void;
Can previousToken be typed to an interface instead?
Robert