Descriptor Class Reference

#include <unit_test.h>

Inheritance diagram for Descriptor:

SetupDescriptor TeardownDescriptor TestCaseDescriptor List of all members.

Detailed Description

Container of a description of a test case, setup or teardown.


Public Member Functions

 Descriptor (void(*func)(), char *name, char *file, int line)

Protected Attributes

void(* func )()
char * name
char * file
int line

Friends

std::ostream & operator<< (std::ostream &out, Descriptor *descriptor)


Constructor & Destructor Documentation

Descriptor.Descriptor ( void(*)()  func,
char *  name,
char *  file,
int  line 
)


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
Descriptor descriptor 
) [friend]


Member Data Documentation

void(* Descriptor.func)() [protected]

char* Descriptor.name [protected]

char* Descriptor.file [protected]

int Descriptor.line [protected]


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

Genereated on Tue Mar 11 19:26:09 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.