@FunctionalInterface public interface TearDown<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<TearDown<T>> |
aggregate(TearDown<T>... tearDowns) |
default TearDown<T> |
andThen(TearDown<T> next) |
void |
onTearDown(T current) |
static <T> TearDown<T> |
wrap(Consumer<T> wrap) |
Copyright © 2023. All rights reserved.