-
- All Implemented Interfaces:
public class JavalinTest
-
-
Field Summary
Fields Modifier and Type Field Description public final static JavalinTest
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Unit
test(Javalin app, TestConfig config, TestCase testCase)
final static Unit
test(Javalin app, TestCase testCase)
final static Unit
test(TestCase testCase)
final static String
captureStdOut(Runnable runnable)
-
-
Method Detail
-
test
@JvmOverloads() final static Unit test(Javalin app, TestConfig config, TestCase testCase)
-
captureStdOut
final static String captureStdOut(Runnable runnable)
-
-
-
-