Visual-studio – Which unittest framework is integrated into Visual Studio 2008

unit testingvisual-studio-2008

Visual Studio 2008 has built-in unittesting that was previously only available in the Team Suite editions. What unittesting framework is this based on? MbUint, MStest, xUnit or something completely different?

Best Answer

MSTest is included with VS2008, as it was with Dev. edt. and Test edt. in VS2005.