summaryrefslogtreecommitdiff
path: root/test/components/qt_hmi/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/components/qt_hmi/readme.txt')
-rw-r--r--test/components/qt_hmi/readme.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/components/qt_hmi/readme.txt b/test/components/qt_hmi/readme.txt
deleted file mode 100644
index 99cf4f7d8..000000000
--- a/test/components/qt_hmi/readme.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-A few comments on test writting for QML Unit Testing
-
-- set TestCase inside Item - this allows to send Mouse and keyboard events to contorls
-- content of QML is reachable directly from tests. It is necessary to add getters into source QML file to handle internal items
-- test execution order is alfabetical. If you need manage this order use numbers in test function names
-- all functions that starts with "test_" prefix is treated as test case
-- all files tath starts with "tst_" prefix will be executed as test set
-- for async testing use timer
-- each system's entity that changes during RPC must be tested
-- test incoming arguments is not necessary as it will be verified by Qt abstraction layer
-- run test with following command "./test_QtHMI -import ./../../../src/components/qt_hmi/qml_model"
-