mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
test: support integration test summary
This commit is contained in:
@@ -39,10 +39,6 @@ public class GeneratorMain {
|
||||
}
|
||||
}
|
||||
|
||||
public static GenerateResult generate(Server server, ShellTool shellTool, String shellType, ShellConfig shellConfig) {
|
||||
return generate(server, shellTool, shellType, shellConfig, Constants.DEFAULT_VERSION);
|
||||
}
|
||||
|
||||
public static GenerateResult generate(Server server, ShellTool shellTool, String shellType, ShellConfig shellConfig, int targetJdkVersion) {
|
||||
switch (server) {
|
||||
case TOMCAT:
|
||||
|
||||
Reference in New Issue
Block a user