test_doc
模块
这里列出了所有模块:
[详情级别 12]
 test_all该文件的主要目的是在集成IDE环境中,可以将所有测试用例集合在一起作为一个测试程序进行编译 编译时,需要在编译选项中声明宏TEST_ALL_IN_ONE (一般为-DTEST_ALL_IN_ONE) 原因:boost::unit_test框架的习惯用法是将一个CPP文件最为一个可运行的测试模块独立生成 一个可执行文件,并在bjam编译时自动运行。但是在IDE开发环境中,要定义多个编译输出 需要对应建立不同的项目,即使这个项目非常小。这样在IDE中,使用时很不方便,也不利于 直接使用IDE环境进行编译。
 test_hikyuu_base_suite
 test_hikyuu_Block
 test_hikyuu_KData
 test_hikyuu_Stock
 test_hikyuu_StockManager
 test_hikyuu_TimeLine
 test_hikyuu_TransList
 test_hikyuu_datetime_suite
 test_hikyuu_Datetime
 test_hikyuu_indicator_suite
 test_indicator_AMA
 test_indicator_CVAL
 test_indicator_DIFF
 test_indicator_EMA
 test_indicator_IKData
 test_indicator_Indicator
 test_indicator_LOGIC
 test_indicator_MA
 test_indicator_MACD
 test_indicator_PRICELIST
 test_indicator_REF
 test_indicator_SAFTYLOSS
 test_indicator_STDEV
 test_indicator_VIGOR
 test_hikyuu_serialize_suite
 test_hikyuu_trade_manage_suite
 test_TC_FixedA
 test_TC_Zero
 test_TradeManager
 test_hikyuu_trade_sys_suite
 test_AllocateFunds
 test_Condition
 test_Environment
 test_FixedPercent_SL
 test_MM_FixedCount
 test_MoneyManager
 test_Portfolio
 test_ProfitGoal
 test_SYS_Simple
 test_Selector
 test_Signal
 test_Slippage
 test_Stoploss
 test_SystemPart
 test_hikyuu_utilities
 test_hikyuu_Parameter
 test_hikyuu_util
 test_utilities_iniparser_suite测试IniParser