refactor: extract super class

This commit is contained in:
ReaJason
2024-12-08 16:51:50 +08:00
parent 98b955673b
commit 3004221fad
14 changed files with 166 additions and 76 deletions
@@ -20,7 +20,7 @@ public class ShellAssertionTool {
.server(server)
.shellTool(shellTool)
.shellType(shellType)
.targetJdkVersion(targetJdkVersion)
.targetJreVersion(targetJdkVersion)
.build();
String shellUrl = url + "/test";