unit_test_framework.hpp

来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· HPP 代码 · 共 42 行

HPP
42
字号
//  (C) Copyright Gennadiy Rozental 2001-2003.
//  Use, modification, and distribution are subject to the 
//  Boost Software License, Version 1.0. (See accompanying file 
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

//  See http://www.boost.org/libs/test for the library home page.
//
//  File        : $RCSfile: unit_test_framework.hpp,v $
//
//  Version     : $Revision: 1.6 $
//
//  Description : included (vs. linked ) version of Unit Test Framework
// ***************************************************************************

#ifndef BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP
#define BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP

#include <libs/test/src/execution_monitor.cpp>

#include <libs/test/src/test_tools.cpp>

#include <libs/test/src/unit_test_result.cpp>
#include <libs/test/src/unit_test_suite.cpp>
#include <libs/test/src/unit_test_parameters.cpp>
#include <libs/test/src/unit_test_log.cpp>
#include <libs/test/src/unit_test_monitor.cpp>
#include <libs/test/src/supplied_log_formatters.cpp>

#include <libs/test/src/unit_test_main.cpp>

// ***************************************************************************
//  Revision History :
//  
//  $Log: unit_test_framework.hpp,v $
//  Revision 1.6  2003/12/01 00:41:56  rogeeff
//  prerelease cleaning
//

// ***************************************************************************

#endif // BOOST_INCLUDED_UNIT_TEST_FRAMEWORK_HPP

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?