MIRA
|
Support for testing Qt GUI components from within boost unit tests. More...
#include <boost/test/unit_test.hpp>
#include <QtGui>
#include <QApplication>
Go to the source code of this file.
Support for testing Qt GUI components from within boost unit tests.
Just include this file and you can use the QTest::xyz methods in our BOOST test case to simulate mouse, keyboard events, etc. As an example see gui/tests/gui/GuiTestExample.C