Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available #49

Merged
merged 1 commit into from
Feb 20, 2018

Conversation

lewurm
Copy link
Contributor

@lewurm lewurm commented Feb 19, 2018

depends on mono/NUnitLite#7

@lewurm
Copy link
Contributor Author

lewurm commented Feb 19, 2018

/cc @spouliot @akoeplinger

Copy link
Contributor

@spouliot spouliot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it can be simplified to remove FinallyDelegate

@@ -445,7 +445,11 @@ public TestResult Run (Test test)
TestExecutionContext current = TestExecutionContext.CurrentContext;
current.WorkDirectory = Environment.CurrentDirectory;
current.Listener = this;
#if __IOS__ || __WATCHOS__ || __TVOS__
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those are the only 3 platforms that TouchUnit supports :)

@lewurm lewurm force-pushed the touchrunner-finallydelegate-cond branch from 9f69aa2 to ae88e16 Compare February 19, 2018 15:03
@spouliot spouliot merged commit 4ac4e32 into xamarin:master Feb 20, 2018
lewurm added a commit to lewurm/Touch.Unit that referenced this pull request Feb 26, 2018
…t requires remoting API to be available (xamarin#49)"

This reverts commit 4ac4e32.
spouliot pushed a commit that referenced this pull request Feb 27, 2018
…t requires remoting API to be available (#49)" (#50)

This reverts commit 4ac4e32.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants