Tests project (with initial files and existing files, needs work);
This commit is contained in:
18
proj/vs2017/Tests/unittest1.cpp
Normal file
18
proj/vs2017/Tests/unittest1.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "stdafx.h"
|
||||
#include "CppUnitTest.h"
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
TEST_CLASS(UnitTest1)
|
||||
{
|
||||
public:
|
||||
|
||||
TEST_METHOD(TestMethod1)
|
||||
{
|
||||
// TODO: Your test code here
|
||||
}
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user