From 5e69673563dd72f23dabc1f6d86ad684710b23bb Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Sat, 2 Jun 2018 19:44:09 -0700 Subject: Initial Revision. --- test/src/UriTests.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/src/UriTests.cpp (limited to 'test/src/UriTests.cpp') diff --git a/test/src/UriTests.cpp b/test/src/UriTests.cpp new file mode 100644 index 0000000..3cb5336 --- /dev/null +++ b/test/src/UriTests.cpp @@ -0,0 +1,15 @@ +/** + * @file UriTests.cpp + * + * This module contains the unit tests of the Uri::Uri class. + * + * © 2018 by Richard Walters + */ + +#include +#include + +TEST(UriTests, Placeholder) { + Uri::Uri uri; + ASSERT_TRUE(true); +} -- cgit v1.2.3