Running .net 4.5
I have a single solution with multiple projects.
Some projects depend on other projects. I'd like my mstest projects to sort of mirror this.
So I have project1 and a test project for project1. I have project2 and a test project for project2. Project1 depends on project2.
When I run the mstest project for project1 I want it to also invoke the mstest project for project2. Does mstest support this? Project1 has a reference configured for project2 can an mstest project have a reference to another mstest project?