test_doc
宏定义 | 函数
test_Indicator.cpp 文件参考
#include <boost/test/unit_test.hpp>
#include <hikyuu/indicator/Indicator.h>
#include <hikyuu/indicator/crt/PRICELIST.h>
#include <hikyuu/indicator/crt/KDATA.h>
#include <hikyuu/StockManager.h>

浏览源代码.

宏定义

#define BOOST_TEST_MODULE   test_hikyuu_indicator_suite
 

函数

 BOOST_AUTO_TEST_CASE (test_operator_add)
 
 BOOST_AUTO_TEST_CASE (test_operator_reduce)
 
 BOOST_AUTO_TEST_CASE (test_operator_multi)
 
 BOOST_AUTO_TEST_CASE (test_operator_division)
 
 BOOST_AUTO_TEST_CASE (test_operator_eq)
 
 BOOST_AUTO_TEST_CASE (test_operator_ne)
 
 BOOST_AUTO_TEST_CASE (test_operator_gt)
 
 BOOST_AUTO_TEST_CASE (test_operator_ge)
 
 BOOST_AUTO_TEST_CASE (test_operator_lt)
 
 BOOST_AUTO_TEST_CASE (test_operator_le)
 
 BOOST_AUTO_TEST_CASE (test_getResult_getResultAsPriceList)
 

宏定义说明

#define BOOST_TEST_MODULE   test_hikyuu_indicator_suite

在文件 test_Indicator.cpp11 行定义.