mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 15:10:43 +08:00
test: add tomcat6-jdk6 integration-test
This commit is contained in:
@@ -14,14 +14,6 @@ import godzilla.BaseGodzillaTest;
|
||||
*/
|
||||
public interface GodzillaTest extends BaseGodzillaTest {
|
||||
|
||||
default String generateGodzillaJsp(GodzillaShellConfig config, String shellType) {
|
||||
Server server = Server.TOMCAT;
|
||||
ShellTool shellTool = ShellTool.Godzilla;
|
||||
GenerateResult generateResult = GeneratorMain.generate(server, shellTool, shellType, config);
|
||||
JspPacker jspPacker = new JspPacker();
|
||||
return new String(jspPacker.pack(generateResult));
|
||||
}
|
||||
|
||||
default String generateGodzillaJsp(GodzillaShellConfig config, String shellType, int targetJdkVersion) {
|
||||
Server server = Server.TOMCAT;
|
||||
ShellTool shellTool = ShellTool.Godzilla;
|
||||
|
||||
Reference in New Issue
Block a user