mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: support debug mode
This commit is contained in:
+1
@@ -21,6 +21,7 @@ public class ShellAssertionTool {
|
||||
.shellTool(shellTool)
|
||||
.shellType(shellType)
|
||||
.targetJreVersion(targetJdkVersion)
|
||||
.debug(true)
|
||||
.build();
|
||||
|
||||
String shellUrl = url + "/test";
|
||||
|
||||
+1
@@ -24,6 +24,7 @@ import static org.junit.jupiter.params.provider.Arguments.arguments;
|
||||
* @author ReaJason
|
||||
* @since 2024/12/7
|
||||
*/
|
||||
@Slf4j
|
||||
@Testcontainers
|
||||
public class Jetty94ContainerTest {
|
||||
public static final String imageName = "jetty:9.4-jre8-slim";
|
||||
|
||||
Reference in New Issue
Block a user