| commit | 98ef8ea84f682500807d68405efa76bc8a440960 | [log] [tgz] |
|---|---|---|
| author | Hao Liu <haoliuu@google.com> | Wed Sep 03 18:01:40 2025 +0000 |
| committer | Hao Liu <haoliuu@google.com> | Fri Sep 05 15:07:18 2025 +0000 |
| tree | b3f832ff412e57d7980bed7584f663c62e5ff663 | |
| parent | 492cede0d34390277d10e1259b0e52927b66ee31 [diff] |
Use Truth's Expect for assertions in ProfilingServiceTests This is a no-op change refactors the tests to use the `Expect` rule from the Truth library instead of standard JUnit assertions. This allows for multiple assertion failures to be reported in a single test run. Test: atest android.profiling.cts.ProfilingServiceTests Bug: 442829650 Flag: TEST_ONLY NO_IFTTT=Refactor using Truth's Expect. No test log changed. Change-Id: I14dd6278629d6fb8ff62acb196c2fe446ca97040