Skip to content

Commit

Permalink
Remove SortedSet+SortedMap and ListMultimap+SetMultimap subje…
Browse files Browse the repository at this point in the history
…cts externally.

They were deprecated in https://github.com/google/truth/releases/tag/release_0_45

Fixes #555
Fixes #556

Relnotes:
  - Removed deprecated `SortedMapSubject` and `SortedSetSubject`. Users will have to perform assertions directly on the result of methods like `firstKey`. We haven't found sufficient demand for the classes to keep them.
  - Removed deprecated `ListMultimapSubject`, `SetMultimapSubject`, and ProtoTruth equivalents, which add little to the general `Multimap` subjects.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=250707023
  • Loading branch information
cpovirk authored and ronshapiro committed Jun 6, 2019
1 parent 36200e6 commit 057ef31
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 1,385 deletions.

This file was deleted.

58 changes: 0 additions & 58 deletions core/src/main/java/com/google/common/truth/SetMultimapSubject.java

This file was deleted.

0 comments on commit 057ef31

Please sign in to comment.