Base class for testing iterators More...
Protected Member Functions | |
Iterator (const std::string &name) | |
Initialize test. | |
template<class Array > | |
bool | runTestForArray (Array &a) |
Perform actual tests. | |
Static Protected Attributes | |
static const int | n = 16 |
Maximum array size. |
Test::Array::Iterator::Iterator | ( | const std::string & | name | ) | [inline, protected] |
bool Test::Array::Iterator::runTestForArray | ( | Array & | a | ) | [inline, protected] |
const int Test::Array::Iterator::n = 16 [static, protected] |
Maximum array size.
Reimplemented in Test::Array::SharedArrayIterator, Test::Array::ViewArrayIterator, Test::Array::VarArgsIterator, and Test::Array::VarArrayIterator.