- Create your own auto crash actions that extends the
AutoCrashActionclass:public class MyOwnAcAction extends AutoCrashAction { … }
- Register your Auto crash actions with the function:
registerAutoCrashAction(AutoCrashAction action) - Run the function above in
start()in the extension.cm file that corresponds to your test extension.
Comments
0 comments
Please sign in to leave a comment.