Common: Add UnitTest.h

This commit is contained in:
Birunthan Mohanathas
2013-08-11 14:29:07 +03:00
parent 0afbdac9fe
commit 79b9af3320
8 changed files with 8 additions and 18 deletions

View File

@ -17,9 +17,7 @@
*/
#include "ConfigParser.h"
#include <CppUnitTest.h>
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
#include "../Common/UnitTest.h"
TEST_CLASS(Library_ConfigParser_Test)
{

View File

@ -17,9 +17,7 @@
*/
#include "SkinRegistry.h"
#include <CppUnitTest.h>
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
#include "../Common/UnitTest.h"
TEST_CLASS(Library_SkinRegistry_Test)
{