/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output2.txt | 9 Test Cleanup. ... ok 11 Test CreateAndroidVirtualDevices. ... ok 13 Test CreateAndroidVirtualDevices with internal IP. ... ok 15 Test DeleteAndroidVirtualDevices. ... ok 17 Test loading a bad file. ... ok 19 Test loading internal config. ... ok 21 Test loading user config. ... ok 23 Test load user config logic. ... ok 25 Test override hw property by flavor type. ... ok 27 Test CreateDevices. ... ok [all …]
|
/tools/asuite/atest/test_plans/ |
D | INTEGRATION_TESTS | 2 ###[Test Finder: MODULE, Test Runner:AtestTradefedTestRunner]### 3 ###Purpose: Test with finder: MODULE and runner: AtestTradefedTestRunner### 8 ###[Test Finder: MODULE_FILE_PATH, Test Runner:AtestTradefedTestRunner]### 9 ###Purpose: Test with finder: MODULE_FILE_PATH and runner: AtestTradefedTestRunner### 17 ###[Test Finder: INTEGRATION_FILE_PATH, Test Runner:AtestTradefedTestRunner]### 18 ###Purpose: Test with finder: INTEGRATION_FILE_PATH and runner: AtestTradefedTestRunner### 22 ###[Test Finder: MODULE_CLASS, Test Runner:AtestTradefedTestRunner]### 23 ###Purpose: Test with finder: MODULE_CLASS and runner: AtestTradefedTestRunner### 30 ###[Test Finder: QUALIFIED_CLASS, Test Runner:AtestTradefedTestRunner]### 31 ###Purpose: Test with finder: QUALIFIED_CLASS and runner: AtestTradefedTestRunner### [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckTest.kt | 41 import org.junit.Test 44 @Test 83 @Test 122 @Test 156 @Test 185 @Test 218 @Test 248 @Test 356 @Test 410 @Test [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFileTest.kt | 32 import org.junit.Test 72 @Test 115 @Test 140 @Test 172 @Test 210 @Test 287 @Test 369 @Test 445 @Test 486 @Test [all …]
|
D | JDiffXmlTest.kt | 23 import org.junit.Test 35 @Test 126 @Test 173 @Test 174 fun `Test generics, superclasses and interfaces`() { in Test generics, superclasses and interfaces() 338 @Test 339 fun `Test enums`() { in Test enums() 418 @Test 488 @Test 525 @Test [all …]
|
D | ApiAnalyzerTest.kt | 26 import org.junit.Test 29 @Test 105 @Test 136 @Test 202 @Test 203 fun `Test that usage of a hidden class as type parameter of an outer class is flagged`() { in Test that usage of a hidden class as type parameter of an outer class is flagged() 253 @Test 254 fun `Test inheriting methods from hidden class preserves deprecated status`() { in Test inheriting methods from hidden class preserves deprecated status() 317 @Test 318 fun `Test inheriting methods from hidden generic class preserves deprecated status`() { in Test inheriting methods from hidden generic class preserves deprecated status() [all …]
|
D | UastTestBase.kt | 26 import org.junit.Test 32 @Test 33 fun `Test RequiresOptIn and OptIn`() { in Test RequiresOptIn and OptIn() 125 @Test 193 @Test 240 @Test 275 @Test 397 @Test 422 @Test 456 @Test [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityClassesTest.kt | 21 import org.junit.Test 28 @Test 51 @Test 78 @Test 103 @Test 129 @Test 163 @Test 193 @Test 216 @Test 244 @Test [all …]
|
D | BinaryCompatibilityInterfacesTest.kt | 21 import org.junit.Test 29 @Test 50 @Test 76 @Test 98 @Test 122 @Test 143 @Test 173 @Test 199 @Test 229 @Test [all …]
|
D | BinaryCompatibilityClassMethodsAndConstructors.kt | 20 import org.junit.Test 23 @Test 49 @Test 75 @Test 101 @Test 128 @Test 154 @Test 180 @Test 205 @Test 231 @Test [all …]
|
D | BinaryCompatibilityInterfaceMethodsTest.kt | 20 import org.junit.Test 24 @Test 51 @Test 78 @Test 105 @Test 131 @Test 157 @Test 183 @Test 205 @Test 231 @Test [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | ApiLintTest.kt | 32 import org.junit.Test 37 @Test 38 fun `Test names`() { in Test names() 113 @Test 114 fun `Test names against previous API`() { in Test names against previous API() 165 @Test 166 fun `Test constants`() { in Test constants() 205 @Test 229 @Test 230 fun `Test callbacks`() { in Test callbacks() [all …]
|
D | NullabilityLintTest.kt | 31 import org.junit.Test 34 @Test 35 fun `Test fields, parameters and returns require nullability`() { in Test fields, parameters and returns require nullability() 83 @Test 84 fun `Test no missing nullability errors for enums`() { in Test no missing nullability errors for enums() 113 @Test 114 fun `Test no missing nullability errors for kotlin constructs`() { in Test no missing nullability errors for kotlin constructs() 144 @Test 145 fun `Test type variable array requires nullability`() { in Test type variable array requires nullability() 170 @Test [all …]
|
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | ApiFileTest.kt | 32 import org.junit.Test in <lambda>() 36 @Test in <lambda>() 37 fun `Test mixture of kotlinStyleNulls settings`() { in <lambda>() 72 @Test in <lambda>() 73 fun `Test parse from InputStream`() { in <lambda>() 82 @Test in <lambda>() 83 fun `Test known Throwable`() { in <lambda>() 117 @Test in <lambda>() 118 fun `Test known Throwable subclass`() { in <lambda>() 152 @Test in <lambda>() [all …]
|
D | FileFormatTest.kt | 25 import org.junit.Test 91 @Test 104 @Test 116 @Test 131 @Test 147 @Test 163 @Test 180 @Test 196 @Test 212 @Test [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/ |
D | SignatureToJDiffCommandTest.kt | 24 import org.junit.Test in <lambda>() 61 @Test 62 fun `Test help`() { in Test help() 70 @Test 71 fun `Test invalid option`() { in Test invalid option() 89 @Test 90 fun `Test conversion flag class with constructor`() { in Test conversion flag class with constructor() 132 @Test 133 fun `Test conversion flag empty class`() { in Test conversion flag empty class() 166 @Test [all …]
|
D | MergeSignaturesCommandTest.kt | 24 import org.junit.Test in <lambda>() 75 @Test 76 fun `Test help`() { in Test help() 106 @Test 107 fun `Test merging API signature files`() { in Test merging API signature files() 189 @Test 190 fun `Test merging API signature files, one refer to another`() { in Test merging API signature files, one refer to another() 198 @Test 199 fun `Test merging API signature files, one refer to another, in reverse order`() { in Test merging API signature files, one refer to another, in reverse order() 208 @Test [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
D | CommonSuperMethodsTest.kt | 24 import org.junit.Test 29 @Test 30 fun `Test no super method`() { in Test no super method() 62 @Test 63 fun `Test no super method from parent class as static`() { in Test no super method from parent class as static() 107 @Test 108 fun `Test no super method from parent class as private`() { in Test no super method from parent class as private() 138 @Test 139 fun `Test single super method from parent class`() { in Test single super method from parent class() 184 @Test [all …]
|
D | CommonSuspendMethodTest.kt | 23 import org.junit.Test 28 @Test 29 fun `Test suspend top level fun with nullable return type`() { in Test suspend top level fun with nullable return type() 47 @Test 48 fun `Test suspend top level fun with non-nullable return type`() { in Test suspend top level fun with non-nullable return type() 66 @Test 67 fun `Test suspend interface fun with nullable return type`() { in Test suspend interface fun with nullable return type() 87 @Test 88 fun `Test suspend interface fun with non-nullable return type`() { in Test suspend interface fun with non-nullable return type() 108 @Test [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | AaptParserTest.java | 22 import org.junit.Test; 30 @Test 36 @Test 61 @Test 76 @Test 93 @Test 106 @Test 122 @Test 139 @Test 159 @Test [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/ |
D | CommonPropertyItemTest.kt | 24 import org.junit.Test 29 @Test 30 fun `Test access type parameter of outer class`() { in Test access type parameter of outer class() 71 @Test 72 fun `Test deprecated getter and setter by annotation`() { in Test deprecated getter and setter by annotation() 100 @Test 101 fun `Test property delegate to Kotlin object`() { in Test property delegate to Kotlin object() 133 @Test 134 fun `Test property delegate to generic Kotlin object`() { in Test property delegate to generic Kotlin object() 167 @Test [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 32 import org.junit.Test 39 @Test 124 @Test 195 @Test 228 @Test 229 fun `Test final instance fields`() { in Test final instance fields() 278 @Test 362 @Test 404 @Test 436 @Test [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/config/ |
D | OptionSetterTest.java | 24 import org.junit.Test; 280 @Test 291 @Test 305 @Test 316 @Test 330 @Test 359 @Test 381 @Test 392 @Test 404 @Test [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
D | CommonTypeModifiersTest.kt | 36 import org.junit.Test in <lambda>() 40 @Test in <lambda>() 41 fun `Test annotation on basic types`() { in <lambda>() 116 @Test in <lambda>() 117 fun `Test type-use annotations with multiple allowed targets`() { in <lambda>() 190 @Test in <lambda>() 191 fun `Test kotlin type-use annotations with multiple allowed targets on non-type target`() { in <lambda>() 232 @Test in <lambda>() 233 fun `Test filtering of annotations based on target usages`() { in <lambda>() 271 @Test in <lambda>() [all …]
|
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ber/ |
D | BerDataValueReaderTestBase.java | 27 import org.junit.Test; 42 @Test 47 @Test 57 @Test 85 @Test 97 @Test(expected = BerDataValueFormatException.class) 107 @Test(expected = BerDataValueFormatException.class) 112 @Test 119 @Test 134 @Test(expected = BerDataValueFormatException.class) [all …]
|