6#include <QtCore/QObject>
7#include <QtTest/QtTest>
24 void testAddElement();
25 void testInsertElement();
26 void testGetElement();
27 void testGetElementIndex();
28 void testGetElementKey();
32 void testSerializeEmpty();
34 void cleanupTestCase();
Unit tests for TFactorisableContainer template class.