punkouter
punkouter

Reputation: 5366

Windows 10 Universal App Unit Testing project

I can't seem to find any information on this.. I am using it to test my Universal app but it comes with a XAML file and when I run the Unit Test it opens some screen... What is that for ? I don't need that.. I just want to unit test my code.

Upvotes: 3

Views: 448

Answers (1)

Lukáš Koten
Lukáš Koten

Reputation: 1253

I think that the xaml file has something in common with UI tests, but you can still add some unit tests into that project and run them, it will start the application and blank screen will be displayed for a moment, but unit tests will run too.

Upvotes: 1

Related Questions