run_class_test
Execute all tests for a specified class in a Pharo Smalltalk image, returning a summary of test results or an error message.
Instructions
Run tests for a class.
Args: class_name: The class name to run tests for
Returns: dict: API response with success/error and result - Success: {"success": True, "result": str} - result contains test results summary - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | The class name to run tests for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||