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

Method runAll

sdk/node/examples/streaming/integration_tests.ts:313–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 // --------------------------------------------------------------------------
312
313 async runAll(): Promise<void> {
314 await this.testBasicTools();
315 await this.testBuiltinSkills();
316 await this.testFileOperations();
317 await this.testSearchOperations();
318 await this.testDirectToolCalls();
319 await this.testStreaming();
320 await this.testQueueConfig();
321 await this.testConversationHistory();
322 }
323}
324
325// ============================================================================

Callers 1

mainFunction · 0.95

Calls 8

testBasicToolsMethod · 0.95
testBuiltinSkillsMethod · 0.95
testFileOperationsMethod · 0.95
testSearchOperationsMethod · 0.95
testDirectToolCallsMethod · 0.95
testStreamingMethod · 0.95
testQueueConfigMethod · 0.95

Tested by

no test coverage detected