Home
last modified time | relevance | path

Searched refs:testAnnotation (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DTestNGMethod.java95 ITestAnnotation testAnnotation = in init() local
98 if (testAnnotation == null) { in init()
100testAnnotation = AnnotationHelper.findTest(getAnnotationFinder(), m_method.getDeclaringClass()); in init()
103 if (null != testAnnotation) { in init()
104 setTimeOut(testAnnotation.getTimeOut()); in init()
105 m_successPercentage = testAnnotation.getSuccessPercentage(); in init()
107 setInvocationCount(testAnnotation.getInvocationCount()); in init()
108 m_totalInvocationCount = testAnnotation.getInvocationCount(); in init()
109 setThreadPoolSize(testAnnotation.getThreadPoolSize()); in init()
110 setAlwaysRun(testAnnotation.getAlwaysRun()); in init()
[all …]
H A DRegexpExpectedExceptionsHolder.java58 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); in getRegExp() local
59 if (testAnnotation != null) { in getRegExp()
60 return testAnnotation.getExpectedExceptionsMessageRegExp(); in getRegExp()
H A DExpectedExceptionsHolder.java35 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); in findExpectedClasses() local
36 if (testAnnotation != null) { in findExpectedClasses()
37 return testAnnotation.getExpectedExceptions(); in findExpectedClasses()
/aosp_15_r20/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DManualBenchmarkState.java161 void configure(ManualBenchmarkTest testAnnotation) { in configure() argument
162 if (testAnnotation == null) { in configure()
166 final long warmupDurationNs = testAnnotation.warmupDurationNs(); in configure()
170 final long targetTestDurationNs = testAnnotation.targetTestDurationNs(); in configure()
174 final StatsReport statsReport = testAnnotation.statsReport(); in configure()
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
H A DPluggableTestRunner.java199 Test testAnnotation = method.getAnnotation(Test.class); in withPotentialTimeoutInternal() local
200 if (testAnnotation == null) { in withPotentialTimeoutInternal()
202 } else if (testAnnotation.timeout() <= 0) { in withPotentialTimeoutInternal()
206 .withTimeout(testAnnotation.timeout(), TimeUnit.MILLISECONDS) in withPotentialTimeoutInternal()
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DXMLSuiteResultWriter.java225 Test testAnnotation; in getTestResultAttributes() local
227 testAnnotation = cm.getMethod().getAnnotation(Test.class); in getTestResultAttributes()
228 if (testAnnotation != null) { in getTestResultAttributes()
229 String dataProvider = testAnnotation.dataProvider(); in getTestResultAttributes()
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/processor/internal/generatesrootinput/
H A DGeneratesRootInputProcessorTest.java74 Source testAnnotation = in succeeds_ComponentProcessorWaitsForAnnotationsWithGeneratesRootInput() local
81 HiltCompilerTests.hiltCompiler(testAnnotation) in succeeds_ComponentProcessorWaitsForAnnotationsWithGeneratesRootInput()
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/
H A DAutoAnnotationErrorsTest.java202 JavaFileObject testAnnotation = in testWrongTypeCollection() local
235 javac().withProcessors(new AutoAnnotationProcessor()).compile(testSource, testAnnotation); in testWrongTypeCollection()
H A DPropertyAnnotationsTest.java83 OtherAnnotation testAnnotation() default @OtherAnnotation(foo = 23, bar = "baz"); in testAnnotation() method
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAnnotationTest.java26 public void testAnnotation() { in testAnnotation() method in AnnotationTest
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java35 public void testAnnotation() throws Exception { in testAnnotation() method in Test
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DAnnotationUtilsTest.java516 final TestMethodAnnotation testAnnotation = in testToString() local
519 final String annotationString = AnnotationUtils.toString(testAnnotation); in testToString()
/aosp_15_r20/cts/tests/signature/api-check/system-annotation/src/java/android/signature/cts/api/
H A DAnnotationTest.java70 public void testAnnotation() { in testAnnotation() method in AnnotationTest
/aosp_15_r20/external/guice/core/test/com/google/inject/multibindings/
H A DProvidesIntoTest.java47 public void testAnnotation() throws Exception { in testAnnotation() method in ProvidesIntoTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsSerializersTest.kt332 fun testAnnotation() { in <lambda>() method
/aosp_15_r20/external/javassist/src/test/javassist/
H A DJvstTest3.java14 public void testAnnotation() throws Exception { in testAnnotation() method in JvstTest3
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/external/error_prone/error_prone/
HDerror_prone_core-2.36.0-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF api_diff.proto META-INF/services ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core_jars/linux_glibc_common/local-combined/
Derror_prone_core_jars.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/combined/
Derror_prone_core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/javac-header/
Derror_prone_core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/errorprone/error_prone_mediaprovider/linux_glibc_common/combined/
Derror_prone_mediaprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework/linux_glibc_common/combined/
Derror_prone_android_framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/
DJavaBuilder_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12