Visual Studio: Unit Testing Universal Windows Class Libraries -
i using visual studio 2015 community edition: have created blank app (universal windows): template found in c# -> windows -> universal.
i have created class library (universal windows) in same solution: template found in c# -> windows -> universal
now intend create unit test project test class library created earlier.
now not see unit test project templates in universal windows section (they kind of test apps or ui tests, not suitable testing class libraries directly, think).
so tried creating normal unit test project :(template in c# -> test -> unit test project)
and when try add reference class library (universal windows) complains cannot add project reference.
can suggest how go solving problem?
Comments
Post a Comment