Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit eade4f17 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

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
parent f8e898e2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment