aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_cursornavigation.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tst_cursornavigation.cpp b/tests/tst_cursornavigation.cpp
index d61f635..0001f77 100644
--- a/tests/tst_cursornavigation.cpp
+++ b/tests/tst_cursornavigation.cpp
@@ -13,6 +13,7 @@ public:
private slots:
void test_pluginLoading();
void test_registering();
+ void test_followsFocus();
void test_withKeyNavigation();
void test_spatial4Directions();
@@ -41,6 +42,12 @@ void TestCursorNavigation::test_registering()
//unsetting the property should unregister the item
}
+void TestCursorNavigation::test_followsFocus()
+{
+ //test that the cursor follows focus; means cursor is moved between the
+ //items when the focus is changed some other way
+}
+
void TestCursorNavigation::test_withKeyNavigation()
{
//test that element that additionally uses KeyNavigation, behaves primarily according to the KeyNavigation