owlps/owlps-positioning/tests
Matteo Cypriani a5aa1af433 [Positioning] Add logging support
Add interface InputLogMedium and class InputLogCSV.

Input: Add logging support.

UserInterface: Add logging options.

Configuration:
- Rename functions (suppress "get_").
- Add functions to allow multiple values in one option (needed by
  logging options):
  - value_exists_in_string_vector()
  - string_vector_value()

InputCSV: Add a destructor.

posexcept.hh: Add no_log_csv_file exception.

TestUtil:
- Improve set_up().
- Add functions used in InputLogCSV_test:
  - functions to compare Request & Co,
  - functions to compare the sizes of two files.
2011-03-16 14:36:19 +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
calibrationmeasurement_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
configuration_test.hh [Positioning] Add Configuration and UserInterface 2011-03-16 14:36:19 +01:00
input_test.hh [Positioning] Add Input & posexcept.{hh,cc} 2011-03-16 14:36:19 +01:00
inputcsv_test.hh [Positioning] Tests: add global set up & tear down 2011-03-16 14:36:19 +01:00
inputlogcsv_test.hh [Positioning] Add logging support 2011-03-16 14:36:19 +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
point3d_test.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
posutil_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +01:00
referencepoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
request_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +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] Add logging support 2011-03-16 14:36:19 +01:00
testutil.hh [Positioning] Add logging support 2011-03-16 14:36:19 +01:00
timestamp_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +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