owlps/owlps-positioning/tests
Matteo Cypriani 92e58686f8 [Positioning] Add class Positioning
The new class Positioning is the interface between Input and Output,
using positioning algorithms to compute results from requests.
Update UserInterface to add option "positioning.algorithm"; update posexcept.
2011-03-16 14:36:21 +01:00
..
README [Positioning] Add README (CxxTest install how-to) 2011-03-16 14:36:18 +01:00
accesspoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
area_test.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
building_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
calibrationrequest_test.hh [Positioning] Redesign Timestamp 2011-03-16 14:36:21 +01:00
configuration_test.hh [Positioning] Add Configuration and UserInterface 2011-03-16 14:36:19 +01:00
direction_test.hh [Positioning] Add class Direction 2011-03-16 14:36:20 +01:00
input_test.hh [Positioning] Add Input & posexcept.{hh,cc} 2011-03-16 14:36:19 +01:00
inputcsv_test.hh [Positioning] InputLogCSV: Handle calib. requests 2011-03-16 14:36:20 +01:00
inputlogcsv_test.hh [Positioning] InputLogCSV: Handle calib. requests 2011-03-16 14:36:20 +01:00
measurement_test.hh [Positioning] Measurement: test avg. computation 2011-03-16 14:36:19 +01:00
mobile_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
output_test.hh [Positioning] Add class Output 2011-03-16 14:36:21 +01:00
outputterminal_test.hh [Positioning] Add OutputMedium & OutputTerminal 2011-03-16 14:36:21 +01:00
point3d_test.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
positioning_test.hh [Positioning] Add class Positioning 2011-03-16 14:36:21 +01:00
posutil_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +01:00
realposition_test.hh [Positioning] Add PositioningAlgorithm & RealPosition 2011-03-16 14:36:21 +01:00
referencepoint_test.hh [Positioning] +CalibrationRequest, -CalibrationMeasurement 2011-03-16 14:36:20 +01:00
request_test.hh [Positioning] Redesign Timestamp 2011-03-16 14:36:21 +01:00
result_test.hh [Positioning] Add class Result 2011-03-16 14:36:21 +01:00
stock_test.hh [Positioning] Use new exceptions in posexcept 2011-03-16 14:36:19 +01:00
testsetup.cc [Positioning] Tests: add global set up & tear down 2011-03-16 14:36:19 +01:00
testsetup.hh [Positioning] Tests: add global set up & tear down 2011-03-16 14:36:19 +01:00
testutil.cc [Positioning] Redesign Timestamp 2011-03-16 14:36:21 +01:00
testutil.hh [Positioning] InputLogCSV: Handle calib. requests 2011-03-16 14:36:20 +01:00
timestamp_test.hh [Positioning] Redesign Timestamp 2011-03-16 14:36:21 +01:00
userinterface_test.hh [Positioning] Add logging support 2011-03-16 14:36:19 +01:00
valuetraits.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
waypoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
wifidevice_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00

README

Please download CxxTest 3.10.1 from http://cxxtest.tigris.org/
Here is the direct link:
http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz

Untar the archive and place here the cxxtestgen.pl script and the
cxxtest subdirectory. The other files are useless.

Command summary (from this directory) :
 mkdir tmp
 cd tmp
 wget http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz
 tar xzf cxxtest-3.10.1.tar.gz
 mv cxxtest/cxxtest cxxtest/cxxtestgen.py ..
 cd ..
 rm -r tmp