test_desc Struct Reference

Structure holding a description of a test. More...

#include <testsuite.h>

List of all members.

Public Attributes

const char * name
 The name of the test.
test_func run
 The function to run to perform the test.


Detailed Description

Structure holding a description of a test.

Definition at line 68 of file testsuite.h.


Member Data Documentation

const char* test_desc::name

The name of the test.

Definition at line 70 of file testsuite.h.

test_func test_desc::run

The function to run to perform the test.

Definition at line 73 of file testsuite.h.

Referenced by test_driver::runtest().


The documentation for this struct was generated from the following file:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.