repo1.maven.org$maven2@com.google.guava$guava-testlib-jdk5@14.0.1
repo1.maven.org$maven2@com.google.guava$guava-testlib-jdk5@14.0.1@com$google$common$testing$SloppyTearDown.java
file
oh
o
[]
package com.google.common.testing;
Simple utility for when you want to create a
TearDown
that may throw
an exception but should not fail a test when it does. (The behavior of a
TearDown
that throws an exception varies; see its documentation for
details.) Use it just like a
TearDown
, except override
sloppyTearDown()
instead.
- Author(s):
- Luiz-Otavio Zorzella
- Since:
- 10.0
"exception thrown during tearDown: " + t.getMessage(), t);