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

Test runner fails if property is targeted (can't fall back to running "Ad hoc" test) #7

Open
jcansdale opened this issue Jul 27, 2016 · 0 comments
Assignees

Comments

@jcansdale
Copy link
Contributor

This is what happens:

------ Test started: Assembly: Target.Tests.dll ------

Test 'P:Target.Tests.Test' failed: Member type not supported: System.Reflection.RuntimePropertyInfo
    System.Exception: Member type not supported: System.Reflection.RuntimePropertyInfo
    at NUnitTDNet.Adapter.Utilities.GetWhereForTarget(Assembly assembly, MemberInfo member)
    at NUnitTDNet.Adapter.EngineTestRunner.RunMember(ITestListener testListener, Assembly assembly, MemberInfo member)
    at TestDriven.TestRunner.AdaptorTestRunner.Run(ITestListener testListener, ITraceListener traceListener, String assemblyPath, String testPath)
    at TestDriven.TestRunner.ThreadTestRunner.Runner.Run()

0 passed, 1 failed, 0 skipped, took 2.55 seconds (NUnit 3.x).

@jcansdale jcansdale self-assigned this Jul 27, 2016
jcansdale added a commit that referenced this issue Aug 1, 2016
This allow it to fall through to using TesDriven.Net's "Ad hoc" test runner.
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

No branches or pull requests

1 participant