commit | 471798bd0ae04bcb8d3ce544e9555022741e1fd2 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Jan 25 11:11:47 2024 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Jan 25 11:11:47 2024 -0800 |
tree | 5e7d8a5c63ea1d4dec004b57b9adcc1e8d9c9332 | |
parent | a9233e79a06fe177fe6f5adffa1e847c8cd899e9 [diff] |
Introduce InputMethodCoreTests This CL extracts out all the IME related unit tests from FrameworksCoreTests to a newly introduced InputMethodCoreTests. This migration allows us to * protect IME unit tests from any unrelated test breakages because of unrelated tests and broader OWNERS. * run only IME unit tests by "atest InputMethodCoreTests". * have a separate presubmit rules. Fix: 322237382 Test: atest InputMethodCoreTests Change-Id: I5e1bdbd41d017c0acd4eaf56c00e3a7613634978