Test suite for the Qt canvas widget. More...
#include <TsMapDisplay.h>
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
Protected Member Functions | |
| void | tcSetExtent () |
| Test Case: it will test if the map display is working properly when showing a given geogragic area. More... | |
| void | tcShowLayer () |
| Test Case: it will show a new layer in the map display. More... | |
Private Member Functions | |
| CPPUNIT_TEST (tcSetExtent) | |
| CPPUNIT_TEST (tcShowLayer) | |
| CPPUNIT_TEST_SUITE (TsMapDisplay) | |
| CPPUNIT_TEST_SUITE_END () | |
Test suite for the Qt canvas widget.
This test suite will check the following:
Definition at line 44 of file TsMapDisplay.h.
|
private |
|
private |
|
private |
|
private |
| void TsMapDisplay::setUp | ( | ) |
Definition at line 47 of file TsMapDisplay.cpp.
|
protected |
Test Case: it will test if the map display is working properly when showing a given geogragic area.
Definition at line 55 of file TsMapDisplay.cpp.
|
protected |
Test Case: it will show a new layer in the map display.
Definition at line 64 of file TsMapDisplay.cpp.
| void TsMapDisplay::tearDown | ( | ) |
Definition at line 51 of file TsMapDisplay.cpp.