google / guava

Google core libraries for Java
Apache License 2.0
50.06k stars 10.86k forks source link

test-libraries-for-java: add to Guava, migrate Guava off, or disband #2387

Open cpovirk opened 8 years ago

cpovirk commented 8 years ago

Thanks to https://github.com/google/guava/issues/1752#issuecomment-180971813, 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:

The only TearDownTestCase users that ought to be released in Guava are:

TearDownStack has two Guava users:

Possibly the Uninterruptibe* should just use TearDownStack manually, too?

cpovirk commented 8 years ago

I removed the usages from Uninterruptibles* in favor of manual usage of TearDownStack.

There's probably little urgency to do anything else here (and arguably the rest of the bug isn't about "Guava," anyway), so feel free to unassign and/or close.