Warning, /frameworks/knewstuff/tests/README.tests is written in an unsupported language. File is not indexed.
0001 KNewStuff2 test applications 0002 ============================ 0003 0004 In order to understand the test structure, remember the engine class 0005 hierarchy of the library: 0006 KNS::CoreEngine - GHNS provider loading/upload/download 0007 -> KNS::DxsEngine - DXS interaction (contains KNS::Dxs child) 0008 -> KNS::Engine - dialog integration and convenience wrappers 0009 0010 knewstuff2_test: 0011 * test CoreEngine functionality 0012 * command line only 0013 * syntax 1: knewstuff2_test (downloads feed and caches) 0014 * syntax 2: knewstuff2_test --testall (also downloads files) 0015 0016 knewstuff2_download: 0017 * test CoreEngine functionality 0018 * custom download dialog 0019 0020 knewstuff2_cache: 0021 * test CoreEngine functionality 0022 * reports contents of cache 0023 0024 knewstuff2_standard: 0025 * test Engine functionality 0026 * uses standard dialogs 0027 * syntax 1: knewstuff2_standard --download 0028 * syntax 2: knewstuff2_standard --upload <payloadfile> 0029