Forum member

Blakerdoos

1 post

Posts by Blakerdoos

  1. Testing between different projects

    The solutions I run have one C# project dedicated to unit testing. Each file in this project will contain unit tests for a specific file in other projects. All projects in the solution outside of the unit testing project are VB .NET. I keep a 1 to 1 ratio of .cs unit test files with .vb source code …