Skip to content

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

Open
@cpovirk

Description

@cpovirk

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:

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

  • UninterruptiblesTest (and UninterruptibleFutureTest)

TearDownStack has two Guava users:

  • AbstractExecutionThreadService
  • MonitorTestCase

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions