ListTests Class Reference

#include <tester.h>

Inheritance diagram for ListTests:
Collaboration diagram for ListTests:

List of all members.

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< CStringresults

Constructor & Destructor Documentation

ListTests::ListTests ( const CString path,
const CString pattern 
)

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

void ListTests::fileFound ( const CString path,
const CString file 
) [virtual]

ListTests::fileFound callback function when a file is found, adds it to the result list

Implements DirUtil.

References results.

void ListTests::newDir ( const CString path,
const CString dir 
) [virtual]

ListTests::newDir callback function when a new dir is being searched we don't care, do nothing

Implements DirUtil.


Member Data Documentation


The documentation for this class was generated from the following files: