Open
Description
Thanks to #1752 (comment), which points out that UninterruptiblesTest
isn't part of Guava, I'm reminded that it's Google-internal because it uses TearDownTestCase
, part of the old test-libraries-for-java
.
Here are some internal-only links with context:
- https://goto.google.com/dktsv
- https://goto.google.com/imixm
- https://goto.google.com/kuapz
- https://goto.google.com/avwjj
The only TearDownTestCase
users that ought to be released in Guava are:
UninterruptiblesTest
(andUninterruptibleFutureTest
)
TearDownStack
has two Guava users:
AbstractExecutionThreadService
MonitorTestCase
Possibly the Uninterruptibe*
should just use TearDownStack
manually, too?