BASIS  version 1.2.3 (revision 2104)
Defines
test.h File Reference

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

#include <sbia/basis/config.h>
#include <sbia/gtest/gtest.h>
#include <sbia/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.