/** * @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); }