函数宏

GLibtest_thorough

声明 [src]

#define g_test_thorough (
  void
)

说明 [src]

如果测试在彻底模式下运行,则返回 true。

彻底模式等效于慢速模式。

默认情况下,测试在快速模式下运行。在使用 g_test_init() 的测试中,可以使用选项 -m quick-m slow-m thorough 来进行更改。

此函数不能直接用于语言绑定。