MCP Prompt Server

test_case_generator

Automates test case creation for specified code in a chosen programming language and test framework, streamlining testing processes within development workflows.

Input Schema

NameRequiredDescriptionDefault
codeYes要测试的代码
languageYes编程语言
test_frameworkYes测试框架(如Jest, Pytest, JUnit等)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "要测试的代码", "type": "string" }, "language": { "description": "编程语言", "type": "string" }, "test_framework": { "description": "测试框架(如Jest, Pytest, JUnit等)", "type": "string" } }, "required": [ "language", "code", "test_framework" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Prompt Server

Related Tools

ID: 5xa4y5pbuj