commit | ed4bf65b05a686967deb7cafc51598da17d7e5a2 | [log] [tgz] |
---|---|---|
author | Oscar Azucena <oscarazu@google.com> | Thu Apr 30 15:52:28 2020 -0700 |
committer | Oscar Azucena <oscarazu@google.com> | Tue May 05 11:15:53 2020 -0700 |
tree | 4cbcf242f25fa11ead34c92984f87347a289ffb4 | |
parent | 884ac5294b70443039c875834ad4de8f26eec640 [diff] |
Migrated CarAudioZonesHelperTest to use truth intead of junit. CarAudioZonesHelperTest was using junit assert API, this CL changes that so that it uses truth's API where possible. Test: atest CarAudioZonesHelperTest Bug: 149765401 Change-Id: I8ec22f181bbdaa437d99c577fcc3fe719d939d39 Merged-In: I8ec22f181bbdaa437d99c577fcc3fe719d939d39
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.