#include <boost/test/unit_test.hpp>#include <cmath>#include <hikyuu/StockManager.h>#include <hikyuu/KQuery.h>#include <hikyuu/KData.h>#include <hikyuu/Stock.h>宏定义 | |
| #define | BOOST_TEST_MODULE test_hikyuu_base |
函数 | |
| BOOST_AUTO_TEST_CASE (test_Stock_Relational_comparison) | |
| BOOST_AUTO_TEST_CASE (test_Stock_getWeight) | |
| BOOST_AUTO_TEST_CASE (test_Stock_getCount) | |
| BOOST_AUTO_TEST_CASE (test_Stock_getKRecord) | |
| BOOST_AUTO_TEST_CASE (test_Stock_getIndexRange) | |
| BOOST_AUTO_TEST_CASE (test_Stock_getKRecordList) | |
| BOOST_AUTO_TEST_CASE (test_Stock_getKRecordByDate) | |
| #define BOOST_TEST_MODULE test_hikyuu_base |
在文件 test_Stock.cpp 第 11 行定义.
1.8.3.1