Ref T261, unit tests

This commit is contained in:
Klaus Basan
2018-04-27 03:08:32 +02:00
committed by Roland Winklmeier
parent f330e91350
commit c7d11975f0
12 changed files with 376 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ namespace BlackMiscTest
explicit CTestContainers(QObject *parent = nullptr) : QObject(parent) {}
private slots:
void initTestCase();
void collectionBasics();
void sequenceBasics();
void joinAndSplit();