BASIS  r3148
test.h File Reference

Main include file of C++ unit testing framework. More...

#include <basis/config.h>
#include <basis/gtest/gtest.h>
#include <basis/gmock/gmock.h>
+ Include dependency graph for test.h:

Go to the source code of this file.

Defines

#define GTEST_HAS_PTHREAD   0
#define GTEST_USE_OWN_TR1_TUPLE   1

Detailed Description

Main include file of C++ unit testing framework.

This file should be included by implementations of unit tests. Note that currently we are simply using Google Test and Google Mock. Likely, this will not change soon. However, we use this header file to be prepared for this case. The implementation of the functions and macros provided by the underlying testing frameworks could then potentially be replaced by another implementations if desired.

Copyright (c) 2011 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file test.h.


Define Documentation

#define GTEST_HAS_PTHREAD   0

Definition at line 46 of file test.h.

#define GTEST_USE_OWN_TR1_TUPLE   1

Definition at line 36 of file test.h.