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>

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 | |
A simple testing framework with some helpers for dealing with golden files (comparing files, generating them etc.)
Definition in file TestHarness.h.
1.8.8