Commit 5f1bb66
docs(agents): Prefer Google Truth for new unit test assertions (#5735)
Steer AI coding agents toward Google Truth's fluent assertThat API for
assertions in new unit tests, while keeping kotlin.test for test
structure. Truth is already a dependency in the sentry module; note that
other modules need testImplementation(libs.google.truth) added before
use.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 61ba1d5 commit 5f1bb66
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
0 commit comments