MCPcopy Create free account
hub / github.com/astercloud/aster / listTestCaseSets

Method listTestCaseSets

client-sdks/client-js/src/resources/eval.ts:172–175  ·  view source on GitHub ↗

* 列出所有测试用例集 * @returns 测试用例集列表

()

Source from the content-addressed store, hash-verified

170 * @returns 测试用例集列表
171 */
172 async listTestCaseSets(): Promise<TestCaseSet[]> {
173 const result = await this.request<{ items: TestCaseSet[] }>("/v1/evals/test-cases");
174 return result.items;
175 }
176
177 /**
178 * 更新测试用例集

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected