I have a Problem with creating automated test project on Kentico 9.
There is a tutorial on https://docs.kentico.com/display/K9/Creating+automated+test+projects
The Problem is: if my Test Class inherit from CMS.Tests.UnitTests,
my Tests are no longer visible in the Test-Explorer of my Visual Studio 2013.
If my Test Class don´t inherit from CMS.Tests.UnitTests I can see my tests in Test-Explorer.
I use NUnit, VisualStudio 2013 Professional, Kentico 9
How can I make it visible ???
Thanks in advance for Your help.