Salome HOME
First draft of a possible GUI testing framework. Still work todo:
authorabn <adrien.bruneton@cea.fr>
Thu, 7 Apr 2016 09:29:00 +0000 (11:29 +0200)
committerabn <adrien.bruneton@cea.fr>
Thu, 7 Apr 2016 09:29:00 +0000 (11:29 +0200)
commitd3c583650bcc9d95c88d904800a481ede33049d4
tree4ab2237b1111f9126d56c8ece83b56ddf44b8ed7
parented815bfcd04ff341856af7866a7f728190576239
First draft of a possible GUI testing framework. Still work todo:
    - pass directory where snapshot should be saved as an arg
    - automatically quit SALOME GUI with a proper event.
22 files changed:
CMakeLists.txt
idl/MEDEventListener.idl
src/MEDCalc/gui/CMakeLists.txt
src/MEDCalc/gui/DatasourceController.cxx
src/MEDCalc/gui/MEDModule.cxx
src/MEDCalc/gui/MEDModule.hxx
src/MEDCalc/gui/MED_msg_fr.ts
src/MEDCalc/gui/TestController.cxx [new file with mode: 0644]
src/MEDCalc/gui/TestController.hxx [new file with mode: 0644]
src/MEDCalc/gui/WorkspaceController.cxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.hxx
src/MEDCalc/gui/test/CMakeLists.txt [new file with mode: 0644]
src/MEDCalc/gui/test/README.txt
src/MEDCalc/gui/test/baselines/test_scalarmap.png [new file with mode: 0644]
src/MEDCalc/gui/test/medcalc_testutils.py.in [new file with mode: 0644]
src/MEDCalc/gui/test/scenarios/test_scalarmap.xml [new file with mode: 0644]
src/MEDCalc/gui/test/test_qttesting.py [new file with mode: 0644]
src/MEDCalc/gui/test/test_scalarmap.py [new file with mode: 0644]
src/MEDCalc/tui/CMakeLists.txt
src/MEDCalc/tui/__init__.py
src/MEDCalc/tui/medevents.py
src/MEDCalc/tui/medtest.py [new file with mode: 0644]