0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
TestHarness.h File Reference

A simple testing framework with some helpers for dealing with golden files (comparing files, generating them etc.) More...

#include "Logger.h"
#include <iostream>
#include <fstream>
#include <string>
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for TestHarness.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::TestHarness
 A simple test framework which sets up the logging subsystem, can compare its output against a golden file or regenerate the golden file. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Detailed Description

A simple testing framework with some helpers for dealing with golden files (comparing files, generating them etc.)

Definition in file TestHarness.h.