From 9d80e116e3a34cb7de004e3b7153cc1550cd1145 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 19 Dec 2017 18:27:45 +0100 Subject: peopleviewtest --- components/kube/tests/tst_peopleview.qml | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 components/kube/tests/tst_peopleview.qml (limited to 'components') diff --git a/components/kube/tests/tst_peopleview.qml b/components/kube/tests/tst_peopleview.qml new file mode 100644 index 00000000..e224b527 --- /dev/null +++ b/components/kube/tests/tst_peopleview.qml @@ -0,0 +1,37 @@ +/* + * Copyright 2017 Christian Mollekopf + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +import QtQuick 2.7 +import QtTest 1.0 +import "../qml" + +TestCase { + id: testCase + width: 400 + height: 400 + name: "PeopleView" + + PeopleView { + id: peopleView + } + + function test_start() { + verify(peopleView) + } +} -- cgit v1.2.3