Microsoft.VisualStudio.TestTools.UnitTesting
I need to be able to unit test a class that I am building. I tried to add this class through References and it is not in the list of .NET classes.
I do not see this in the list that can be referenced into a project.
How can I Unit Test my class without this reference?