OSDN Git Service

ApfTest: tag tests with @SmallTest or @MediumTest
authorHugo Benichi <hugobenichi@google.com>
Wed, 2 Nov 2016 04:43:22 +0000 (13:43 +0900)
committerHugo Benichi <hugobenichi@google.com>
Wed, 2 Nov 2016 06:12:35 +0000 (15:12 +0900)
commit4195c28347cc100954f83c3c92b4dde4673f8608
tree2ebed54877a74e7baaa29dc16c5b14d762c13b48
parent5974b4df49eb3c861d87962ea47580eee4beae31
ApfTest: tag tests with @SmallTest or @MediumTest

Test methods not tagged with @{Small,Medium,Large}Test will not appear
in the Android Platform Continuous Testing dashboard.

Test methods tagged with @LargeTest will not be run in the Android
Platform Continuous Testing dashboard.

Test: ApfTest passes ($runtest frameworks-net)
Bug: 31479480
Change-Id: Iae28fc30b6229a161388233c40863f38b902991d
tests/net/java/android/net/apf/ApfTest.java