aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Unit_Tests/Unit_Tests.cpp
blob: a40dc12e38641e5b31e84860b640fadf03cbfe0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "pch.h"
#include "CppUnitTest.h"

using namespace Microsoft::VisualStudio::CppUnitTestFramework;

namespace UnitTests
{
	TEST_CLASS(UnitTests)
	{
	public:
		
		TEST_METHOD(TestMethod1)
		{

		}
	};
}