IterableSubject constructor documentation for check method
Open
P3
type=api-docs
- Dominant language
- Java
- Stars
- 2.8k
- Forks
- 275
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
The API doc for the constructor https://truth.dev/api/1.0/com/google/common/truth/IterableSubject.html#IterableSubject-com.google.common.truth.FailureMetadata-java.lang.Iterable- says "Constructor for use by subclasses. If you want to create an instance of this class itself, call check(...).that(actual)."
However, the check method it links to and the others I can see are protected so I can't call them either.
Contributor guide
Assessment
This issue has not been assessed yet.