AusweisApp2/test/qml/generic/test_SelfAuthenticationView.qml

19 lines
348 B
QML
Raw Normal View History

2019-09-30 17:22:19 +02:00
/*
* \copyright Copyright (c) 2019 Governikus GmbH & Co. KG, Germany
*/
import QtTest 1.10
TestCase {
name: "ModuleImportTest"
id: parent
function test_load_SelfAuthenticationView() {
var item = createTemporaryQmlObject("
import Governikus.SelfAuthenticationView 1.0;
SelfAuthenticationView {}
", parent);
item.destroy();
}
}