/** * @author Edouard DUPIN * * @copyright 2011, Edouard DUPIN, all right reserved * * @license MPL v2.0 (see license file) */ #include #include #include TEST(TestPath, defaultContructor) { etk::Path path; EXPECT_EQ(path.getType(), etk::fileSystem::Type::Unknow); EXPECT_EQ(path.get(), ""); }