test: added StorageTestSuite

This change adds the StorageTestSuite that checks whether the ParserClient callbacks cause the right things to be saved.
In order to allow for easier data retrieval the ParserClient callbacks now return the Id of the inserted Token, which
can then be used to retrieve the Token pointer.
This commit is contained in:
Eberhard Graether
2014-08-01 02:10:42 +02:00
parent b110d528dc
commit 5893d0c776
8 changed files with 742 additions and 82 deletions
-3
View File
@@ -1,8 +1,5 @@
#include "cxxtest/TestSuite.h"
#include <memory>
#include <string>
#include "utility/text/TextAccess.h"
class TextAccessTestSuite : public CxxTest::TestSuite