diff --git a/tests/tst_platform.cpp b/tests/tst_platform.cpp index 3855668a..746e1d66 100644 --- a/tests/tst_platform.cpp +++ b/tests/tst_platform.cpp @@ -27,3 +27,9 @@ TEST_CASE("Platform::name") auto plat = Platform::instance(); CHECK(!std::string(plat->name()).empty()); } + +TEST_CASE("Platform::createDefaultViewFactory") +{ + auto plat = Platform::instance(); + REQUIRE(plat->createDefaultViewFactory()); +} \ No newline at end of file