MCPcopy Create free account
hub / github.com/AI45Lab/Code / runAll

Method runAll

sdk/node/examples/search/test_search_config.ts:234–246  ·  view source on GitHub ↗

* Run all tests.

()

Source from the content-addressed store, hash-verified

232 * Run all tests.
233 */
234 async runAll(): Promise<void> {
235 console.log("A3S Code Node.js SDK - Web Search Configuration Test\n");
236 console.log("=".repeat(80));
237
238 await this.testDefaultSearch();
239 await this.testCustomSearchConfig();
240 await this.testEngineControl();
241
242 console.log("\n\n");
243 console.log("=".repeat(80));
244 console.log("All search configuration tests completed!");
245 console.log("=".repeat(80));
246 }
247}
248
249/**

Callers 1

mainFunction · 0.95

Calls 4

testDefaultSearchMethod · 0.95
testEngineControlMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected