Class Library (UWP) unit test not being run

422 Views Asked by At

I created a new Class Library (UWP) project set it up for unit tests (see https://stackoverflow.com/a/34175226/3609052 for how I set it up).

Everything builds find and the tests show up, but when I right click and run the tests it builds and doesn't do anything. They don't run.

Here is my setup: unit test setup

1

There are 1 best solutions below

0
On BEST ANSWER

I found my problem. The unit tests require a runner, which means I must have a Unit Test Project. I found this in the output.