assertNormal

public static R assertNormal<R>(Callable<R> callable, Supplier<String> messageSupplier)(source)

Shortcut for call and assertNormal.

Return

see assertNormal

Parameters

callable

see call

messageSupplier

public static void assertNormal(Runnable runnable, Supplier<String> messageSupplier)(source)

Shortcut for call and assertNormal.

Parameters

runnable

see call

messageSupplier

public static R assertNormal<R>(Callable<R> callable, String message)(source)

Shortcut for call and assertNormal.

Return

see assertNormal

Parameters

callable

see call

message

public static void assertNormal(Runnable runnable, String message)(source)

Shortcut for call and assertNormal.

Parameters

runnable

see call

message

public static R assertNormal<R>(Callable<R> callable)(source)

Shortcut for call and assertNormal.

Return

see assertNormal

Parameters

callable

see call


public static void assertNormal(Runnable runnable)(source)

Shortcut for call and assertNormal.

Parameters

runnable

see call