You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
359 B

在本次Java开发中,我让AI为银行账户类 BankAccount 生成测试用例,
以验证账户创建、姓名修改、存取款等功能。
在编译运行时,我遇到了拼写错误、格式缺失、方法未定义等语法问题,
AI逐一帮我定位并修正,同时指导我完成命令行编译与运行,最终成功执行测试用例。