COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <QLineEdit>
#include <QHBoxLayout>
#include <QSignalSpy>
#include <QTest>
#include "ui/graphics/GraphicalDouble.hpp"
#include "test/ui/Application.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for the GUI GraphicalDouble class" |
Functions | |
QLineEdit * | find_line_edit (const GraphicalDouble *value) |
BOOST_AUTO_TEST_CASE (init) | |
BOOST_AUTO_TEST_CASE (constructor) | |
BOOST_AUTO_TEST_CASE (set_value) | |
BOOST_AUTO_TEST_CASE (value) | |
BOOST_AUTO_TEST_CASE (signal_emitting) | |
BOOST_AUTO_TEST_CASE (value_string) | |
BOOST_AUTO_TEST_CASE (is_modified) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ui-graphics-double.cpp.
#define BOOST_TEST_MODULE "Test module for the GUI GraphicalDouble class" |
Definition at line 8 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 55 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | constructor | ) |
Definition at line 72 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | set_value | ) |
Definition at line 94 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | value | ) |
Definition at line 134 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | signal_emitting | ) |
Definition at line 163 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | value_string | ) |
Definition at line 205 of file utest-ui-graphics-double.cpp.
BOOST_AUTO_TEST_CASE | ( | is_modified | ) |
Definition at line 220 of file utest-ui-graphics-double.cpp.
QLineEdit* find_line_edit | ( | const GraphicalDouble * | value | ) |
Definition at line 27 of file utest-ui-graphics-double.cpp.
Send comments to: COOLFluiD Web Admin |