AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::TestCaseManager类 参考

The test case manager. 更多...

#include <APITestCaseManager.h>

Public 成员函数

StringList ListCategories () const
 
StringList ListTestCases (const String &category) const
 
TestCase FindTestCase (const String &category, const String &name) const
 

详细描述

The test case manager.

TODO:

成员函数说明

TestCase AnyCAD::API::TestCaseManager::FindTestCase ( const String category,
const String name 
) const

Find the test case

参数
categorythe category.
namethe id.
返回
the TestCase.
StringList AnyCAD::API::TestCaseManager::ListCategories ( ) const

List the categories.

返回
the categories.
StringList AnyCAD::API::TestCaseManager::ListTestCases ( const String category) const

Get all the test cases.

参数
categorythe category.
返回
the list.

该类的文档由以下文件生成: