Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Handler when tests are done running/before app exits? #114

Open
cclauson opened this issue Aug 22, 2018 · 0 comments
Open

Handler when tests are done running/before app exits? #114

cclauson opened this issue Aug 22, 2018 · 0 comments

Comments

@cclauson
Copy link

I'm working with a test running app where "FinishedLaunching()" has code similar to:

var nunit = new NUnit.Runner.App();
...
nunit.Options.TerminateAfterExecution = true;
...
LoadApplication(nunit);
return base.FinishedLaunching(app, options);

Along with terminating once the tests are done, I would also like some additional code to be executed. WillTerminate() does not seem to be guaranteed to be called and seems close to being deprecated, and I'm not sure if DidEnterBackground() is what I would want.

Was curious if there is anything obvious I'm missing. If not, would it make sense to allow a handler to be set on the test runner app to be called once all the tests are done running?

Thanks!

bstadick added a commit to bstadick/nunit.xamarin that referenced this issue Jan 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant