commit | cc5d58fe5a954aab7edea17ff5258c2cbb1ce40d | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Mar 15 09:52:03 2017 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Thu Mar 16 12:57:13 2017 +0000 |
tree | ad27f37f94c64c90dcf5e7379734125951454dbf | |
parent | 600c1c2e9888f97d213a8ffbdf5c4bd09914f737 [diff] |
Treat several annotation filtering use cases - If class annotation is excluded, all tests from class will be excluded regardless of their annotations. - If class annotation is included, all tests from class will be included, except for the one that are explicitly excluded. - If only method/test is annotated, it will be included or excluded properly depending of annotation filter. Test: unit tests Bug: 36120620 Change-Id: I886cc4ef47e7fe289995450ba6e8007f1bcad4b1