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

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

Merged
spouliot merged 1 commit into
xamarin:masterfrom
lewurm:touchrunner-finallydelegate-cond
Feb 20, 2018
Merged

[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available#49
spouliot merged 1 commit into
xamarin:masterfrom
lewurm:touchrunner-finallydelegate-cond

Conversation

@lewurm

@lewurm lewurm commented Feb 19, 2018

Copy link
Copy Markdown
Contributor

depends on mono/NUnitLite#7

@lewurm

lewurm commented Feb 19, 2018

Copy link
Copy Markdown
Contributor Author

/cc @spouliot @akoeplinger

@spouliot spouliot left a comment

Copy link
Copy Markdown
Contributor

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

Comment thread NUnitLite/TouchRunner/TouchRunner.cs Outdated
TestExecutionContext current = TestExecutionContext.CurrentContext;
current.WorkDirectory = Environment.CurrentDirectory;
current.Listener = this;
#if __IOS__ || __WATCHOS__ || __TVOS__

Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants