-
Notifications
You must be signed in to change notification settings - Fork 264
Insights: google/truth
Overview
-
0 Active issues
-
- 28 Merged pull requests
- 1 Open pull request
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
28 Pull requests merged by 1 person
-
Tweak
SubjectUtils.java
, and add a test for classes without canonical names.#1499 merged
Jun 18, 2025 -
Internal change.
#1498 merged
Jun 17, 2025 -
Remove "iterable" prefix from test methods.
#1497 merged
Jun 17, 2025 -
Document
StandardSubjectBuilder
constructor.#1496 merged
Jun 16, 2025 -
Suppress a warning from our nullness checker.
#1495 merged
Jun 16, 2025 -
Use more consistent parameter names.
#1489 merged
Jun 16, 2025 -
Use links in more places.
#1494 merged
Jun 16, 2025 -
Tweak some docs.
#1492 merged
Jun 16, 2025 -
Tweak some docs.
#1493 merged
Jun 16, 2025 -
Continue hiding constructors in favor of static factory methods.
#1490 merged
Jun 16, 2025 -
Fully remove some long-hidden APIs.
#1491 merged
Jun 16, 2025 -
Update and standardize Javadoc.
#1487 merged
Jun 13, 2025 -
Handle [null values](https://github.com/google/truth/issues/207) in
BigDecimalSubject
.#1485 merged
Jun 13, 2025 -
[Fail instead of throwing](https://github.com/google/truth/issues/207) for null tables and cells.
#1484 merged
Jun 13, 2025 -
Name parameter "actual" instead of "map" when the actual value is a map.
#1483 merged
Jun 12, 2025 -
[Fail instead of throwing](https://github.com/google/truth/issues/207) for null arrays.
#1481 merged
Jun 12, 2025 -
Delete
AbstractArraySubject
, pushing implementations up intoSubject
and APIs down into all subclasses.#1480 merged
Jun 12, 2025 -
Name expected values "expected," not "varargs."
#1478 merged
Jun 12, 2025 -
Store all
typeDescriptionOverride
values inSubject
.#1477 merged
Jun 12, 2025 -
Tweak
ThrowableSubject
null failures to use aFact
instance instead of a message.#1475 merged
Jun 11, 2025 -
Improve some numeric failure cases:
#1473 merged
Jun 11, 2025 -
Remove unnecessary
throws Exception
.#1471 merged
Jun 11, 2025 -
Use
Fact
-style failure messages for a type mismatch inisEqualTo
.#1469 merged
Jun 11, 2025
1 Pull request opened by 1 person
-
[Fail instead of throwing](https://github.com/google/truth/issues/207) for null iterables.
#1500 opened
Jun 18, 2025