| Method and Description |
|---|
| io.airlift.testing.EquivalenceTester.check(Collection<?>...) |
| io.airlift.testing.EquivalenceTester.checkComparison(Iterable<T>, Iterable<T>, Iterable<T>...) |
| io.airlift.testing.Closeables.closeQuietly(Closeable...)
Usage of this method is discouraged, as it may hide real problems.
Use
Closeables.closeAll(Closeable...) instead and, if necessary, suppress exceptions
explicitly. |
Copyright © 2010–2020 Airlift. All rights reserved.