runSingleMethod
Execute a single test method and receive structured JSON output to quickly pinpoint failures without parsing full build logs.
Instructions
Run a single test method and return structured results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Maven module name (for multi-module projects) | |
| className | Yes | Full test class name (e.g. com.example.UserServiceTest) | |
| methodName | Yes | Test method name |