T - The type of the object being testedE - The exception type@FunctionalInterface public interface ThrowingConsumer<T,E extends Throwable>
Requirements.doesNotThrowException(ThrowingConsumer)
This code licensed under Mozilla Public License Version 2.0.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t) |
Copyright © 2020. All rights reserved.