public class Helper extends Object
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static Handler<TestContext> |
invoker(Method method,
Supplier<?> instance) |
static void |
uncheckedThrow(Throwable throwable)
JVM hack to throw a throwable as unchecked.
|
public static void uncheckedThrow(Throwable throwable)
throwable - the throwable to throwpublic static Handler<TestContext> invoker(Method method, Supplier<?> instance)
Copyright © 2020. All rights reserved.