VisualAssert Testing in C++, Loading a test fixture.
- by C_Bevan
Good day,
I am learning Testing in Visual Studio C++ and I have several tutorials which I have followed. I am trying to load a test fixture. I have tried to put the test .cpp file in many different places but it will still not pick up on it when I click on "Run Tests" or "Run Tests without debugging"
In the tutorials I found, they seemed to load…