Folks, I recently converted a legacy .NET 4.0 dll into a Universal Windows
library project, and it's working okay being called from a Universal app.

I just can't figure out how to convert the legacy VS unit tests to
Universal. There is a new project type called "Unit Test App (Universal
Windows)", but it's a mock app with a UI, and I'm not testing any UI code
or logic. You can't make a Universal library and simply use the
TestTools.UnitTesting library because it's not available.

So how does anyone here unit test Universal library code?

*GK*

Reply via email to