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

Can't evaluate "Ad hoc" properties in NUnit test projects #28

Closed
jcansdale opened this issue Aug 1, 2016 · 1 comment
Closed

Can't evaluate "Ad hoc" properties in NUnit test projects #28

jcansdale opened this issue Aug 1, 2016 · 1 comment
Milestone

Comments

@jcansdale
Copy link
Owner

See: nunit/nunit3-tdnet-adapter#7

@jcansdale jcansdale changed the title Can't evaluate "Ad hoc" properties inside NUnit test project Can't evaluate "Ad hoc" properties in NUnit test projects Aug 1, 2016
@jcansdale jcansdale added this to the v3.10-RTM2 milestone Aug 1, 2016
@jcansdale
Copy link
Owner Author

Was failing with:

------ Test started: Assembly: ClassLibrary7.dll ------

Test 'P:ClassLibrary7.Class1.SystemVersion' failed: Member type not supported: System.Reflection.RuntimePropertyInfo
    System.Exception: Member type not supported: System.Reflection.RuntimePropertyInfo
    at NUnitTDNet.Adapter.Utilities.GetTestPath(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 0.51 seconds (NUnit 3.2.1).

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