ListTests Class Reference
#include <tester.h>
Inheritance diagram for ListTests:

Collaboration diagram for ListTests:

Public Member Functions | |
| ListTests (const CString &path, const CString &pattern) | |
| virtual void | fileFound (const CString &path, const CString &file) |
| virtual void | newDir (const CString &path, const CString &dir) |
Public Attributes | |
| list< CString > | results |
Constructor & Destructor Documentation
ListTests::ListTests constructor immediately searches recursively for pattern in path
References DirUtil::findRecursive(), and FT_FILE.
Here is the call graph for this function:

Member Function Documentation
ListTests::fileFound callback function when a file is found, adds it to the result list
Implements DirUtil.
References results.
ListTests::newDir callback function when a new dir is being searched we don't care, do nothing
Implements DirUtil.
Member Data Documentation
| list<CString> ListTests::results |
Referenced by fileFound(), and Tester::runTest().
The documentation for this class was generated from the following files:

