@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) |
Copyright © 2017. All rights reserved.