tests: Added Platform::createDefaultViewFactory test
This commit is contained in:
@@ -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());
|
||||
}
|
||||
Reference in New Issue
Block a user