diff options
author | 2022-07-21 09:59:46 +0000 | |
---|---|---|
committer | 2022-07-21 09:59:46 +0000 | |
commit | eade4f170fb830632e05394d60cb84cf875c2a16 (patch) | |
tree | 9fd7d5d287daedfcf9a33eff96c3cf236defe190 /libs/androidfw/StringPool.cpp | |
parent | f8e898e26c61375e4ac867094b351b860029715f (diff) |
Add Test annotation to overridden @Ignored methods
Because of JUnit's reflection based model if the overridden method does not have an @Test method then it does not consider any of it's annotation since that overridden method is not considered a test but still runs because the parent is annotated with @Test so when it's called, the overridden method does get called and runs but is not ignored
Test: atest FlickerLibTest
Change-Id: Iecd2ad71f4590260856e2667bdf3a9979af2d3ce
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions