函数

GLibtest_run_suite

起于:2.16

声明 [src]

int
g_test_run_suite (
  GTestSuite* suite
)

描述 [src]

执行 suite 及其所有嵌套的测试套件内的测试。

要执行的测试套件根据 g_test_init() 解析的测试路径参数 (-p testpath-s testpath) 过滤。有关运行测试的顺序的更多信息,请参见 g_test_run() 文档。

一个程序中只能调用一次 g_test_run_suite()g_test_run()

可用版本:2.16

参数

suite

类型: GTestSuite

一个测试套件。

该数据归函数调用者所有。

返回值

类型: int

成功时返回 0。