xapian-core  1.4.25
Classes | Variables
testrunner.h File Reference

Run multiple tests for different backends. More...

#include <string>
+ Include dependency graph for testrunner.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TestRunner
 A test runner, which runs the tests (implemented by subclassing it) with a variety of backends. More...
 

Variables

BackendManagerbackendmanager
 backendmanager is global so that it can be accessed by individual tests. More...
 

Detailed Description

Run multiple tests for different backends.

Definition in file testrunner.h.

Variable Documentation

◆ backendmanager

BackendManager* backendmanager