Revision 8:3019cb6b538d TestStaticData.h
| TestStaticData.h | ||
|---|---|---|
| 47 | 47 |
{
|
| 48 | 48 |
public: |
| 49 | 49 |
TestIdentifiers() : Test() { }
|
| 50 |
Results test(std::string key); |
|
| 50 |
Results test(std::string key, Options options);
|
|
| 51 | 51 |
|
| 52 | 52 |
protected: |
| 53 | 53 |
Result testIdentifier(std::string ident, std::string desc); |
| ... | ... | |
| 58 | 58 |
{
|
| 59 | 59 |
public: |
| 60 | 60 |
TestEmptyFields() : Test() { }
|
| 61 |
Results test(std::string key); |
|
| 61 |
Results test(std::string key, Options options);
|
|
| 62 | 62 |
|
| 63 | 63 |
protected: |
| 64 | 64 |
Result testMandatory(std::string text, std::string desc); |
| ... | ... | |
| 70 | 70 |
{
|
| 71 | 71 |
public: |
| 72 | 72 |
TestValueRanges() : Test() { }
|
| 73 |
Results test(std::string key); |
|
| 73 |
Results test(std::string key, Options options);
|
|
| 74 | 74 |
|
| 75 | 75 |
protected: |
| 76 | 76 |
static Tester::TestRegistrar<TestValueRanges> m_registrar; |
Also available in: Unified diff