dl
dl_test.h 文件参考

测试代码 更多...

#include "misc/dl_tester.h"
#include "io/dl_json.h"
#include "base/dl_string.h"
#include "io/dl_http.h"
#include "io/dl_file.h"
#include "io/dl_file_xml.h"
#include "io/dl_file_ini.h"
#include "render/dl_image.h"
#include "memory/dl_memory.h"

浏览该文件的源代码.

命名空间

namespace  dl
 

宏定义

#define DL_TESTER_CHECK(cond)
 

函数

bool dl::TestJson ()
 
bool dl::TestString ()
 
bool dl::TestHttp ()
 
bool dl::TestMemory ()
 
bool dl::TestFile ()
 
bool dl::TestImage ()
 
void dl::TestAll ()
 

详细描述

测试代码

版本
1.0
作者
lveyou
日期
26-04-01
注解

在文件 dl_test.h 中定义.

宏定义说明

◆ DL_TESTER_CHECK

#define DL_TESTER_CHECK ( cond)
值:
if(!(cond))return false

在文件 dl_test.h26 行定义.