Revision 8:3019cb6b538d TestStaticData.cpp
| TestStaticData.cpp | ||
|---|---|---|
| 57 | 57 |
TestValueRanges::m_registrar("A3 Inappropriate value extents");
|
| 58 | 58 |
|
| 59 | 59 |
Test::Results |
| 60 |
TestIdentifiers::test(string key) |
|
| 60 |
TestIdentifiers::test(string key, Options options)
|
|
| 61 | 61 |
{
|
| 62 | 62 |
auto_ptr<Plugin> p(load(key)); |
| 63 | 63 |
|
| ... | ... | |
| 94 | 94 |
} |
| 95 | 95 |
|
| 96 | 96 |
Test::Results |
| 97 |
TestEmptyFields::test(string key) |
|
| 97 |
TestEmptyFields::test(string key, Options options)
|
|
| 98 | 98 |
{
|
| 99 | 99 |
auto_ptr<Plugin> p(load(key)); |
| 100 | 100 |
|
| ... | ... | |
| 147 | 147 |
} |
| 148 | 148 |
|
| 149 | 149 |
Test::Results |
| 150 |
TestValueRanges::test(string key) |
|
| 150 |
TestValueRanges::test(string key, Options options)
|
|
| 151 | 151 |
{
|
| 152 | 152 |
auto_ptr<Plugin> p(load(key)); |
| 153 | 153 |
|
Also available in: Unified diff