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
Name | Required | Description | Default |
---|---|---|---|
code | Yes | 要测试的代码 | |
language | Yes | 编程语言 | |
test_framework | Yes | 测试框架(如Jest, Pytest, JUnit等) |