R#9 : Testing SDK : ReSharperTestEnvironmentAssembly
Hi, Can anyone help me out with migrating plugin code to R#9? My unit tests have a couple of reference I am struggling to resolve...
First one is:
ReSharperTestEnvironmentAssembly - seems to no longer exist? https://www.jetbrains.com/resharper/devguide/Plugins/Testing.html
Please sign in to leave a comment.
Yes, testing has changed, unfortunately. I'm going through it today, and will hopefully have guidance published to the devguide page you mentioned in the next few days. Apologies for the delay.
Looking at some other plugins I've updated my assemblyinfo.cs>
https://testcop.codeplex.com/SourceControl/latest#Project/Src/TestCop.Plugin.Tests/Properties/AssemblyInfo.cs However I get some exceptions thrown when running tests. They are:
*The filter has failed to yield the narrowed list. There're no known subplatforms with the assembly
What is needed for the test environment to be initialised ?