Revision 4:d8724c5a6d83 TestStaticData.cpp
| TestStaticData.cpp | ||
|---|---|---|
| 48 | 48 |
#include <cmath> |
| 49 | 49 |
|
| 50 | 50 |
Tester::TestRegistrar<TestIdentifiers> |
| 51 |
TestIdentifiers::m_registrar("Invalid identifiers");
|
|
| 51 |
TestIdentifiers::m_registrar("A1 Invalid identifiers");
|
|
| 52 | 52 |
|
| 53 | 53 |
Tester::TestRegistrar<TestEmptyFields> |
| 54 |
TestEmptyFields::m_registrar("Empty metadata fields");
|
|
| 54 |
TestEmptyFields::m_registrar("A2 Empty metadata fields");
|
|
| 55 | 55 |
|
| 56 | 56 |
Tester::TestRegistrar<TestValueRanges> |
| 57 |
TestValueRanges::m_registrar("Inappropriate value extents");
|
|
| 57 |
TestValueRanges::m_registrar("A3 Inappropriate value extents");
|
|
| 58 | 58 |
|
| 59 | 59 |
Test::Results |
| 60 | 60 |
TestIdentifiers::test(string key) |
Also available in: Unified diff