Home
last modified time | relevance | path

Searched full:excludedmethods (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A DXmlClass.java101 * @return Returns the excludedMethods.
108 * @param excludedMethods The excludedMethods to set.
110 public void setExcludedMethods(List<String> excludedMethods) { in setExcludedMethods() argument
111 m_excludedMethods = excludedMethods; in setExcludedMethods()
/aosp_15_r20/external/testng/src/main/java/org/testng/remote/strprotocol/
H A DSuiteMessage.java36 Collection<ITestNGMethod> excludedMethods = suite.getExcludedMethods(); in SuiteMessage() local
37 if (excludedMethods != null && excludedMethods.size() > 0) { in SuiteMessage()
40 for (ITestNGMethod m : excludedMethods) { in SuiteMessage()
/aosp_15_r20/external/testng/src/test/resources/
H A Dtestng.yaml206 excludedMethods:
214 excludedMethods:
231 excludedMethods:
H A Dtestng-single2.yaml41 excludedMethods: [test3]
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DTestNGMethodFinder.java188 List<ITestNGMethod> excludedMethods = Lists.newArrayList(); in findConfiguration() local
195 excludedMethods); in findConfiguration()
H A DXmlMethodSelector.java149 List<String> excludedMethods = createQualifiedMethodNames(xmlClass, in includeMethodFromIncludeExclude() local
151 boolean isExcludedInMethods = isExcluded(fullyQualifiedMethodName, excludedMethods); in includeMethodFromIncludeExclude()
H A DYaml.java195 result.append(sp2 + " excludedMethods:\n"); in toYaml()
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
H A Djopt-simple-4.9.pom248 <excludedMethods>
251 </excludedMethods>
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParcelableComponentTest.kt79 protected open val excludedMethods: Collection<String> = emptyList() in <lambda>() constant in com.android.server.pm.test.parsing.parcelling.ParcelableComponentTest
430 - excludedMethods) in <lambda>()
H A DParsedProcessTest.kt31 override val excludedMethods = listOf( constant in com.android.server.pm.test.parsing.parcelling.ParsedProcessTest
H A DParcelableCreatorValidTest.kt40 override val excludedMethods = listOf("writeSubToParcel") constant in com.android.server.pm.test.parsing.parcelling.ParcelableCreatorValidTest
H A DParcelableCreatorInvalidTest.kt41 override val excludedMethods = listOf("writeSubToParcel") constant in com.android.server.pm.test.parsing.parcelling.ParcelableCreatorInvalidTest
H A DParsedIntentInfoTest.kt35 override val excludedMethods = listOf( constant in com.android.server.pm.test.parsing.parcelling.ParsedIntentInfoTest
H A DParsedComponentTest.kt36 final override val excludedMethods in <lambda>() constant
H A DAndroidPackageTest.kt72 override val excludedMethods = listOf( in <lambda>() constant in com.android.server.pm.test.parsing.parcelling.AndroidPackageTest
/aosp_15_r20/external/testng/src/test/resources/yaml/
H A Da2.yaml37 excludedMethods: [test3]
/aosp_15_r20/external/grpc-grpc/src/ruby/
H A D.rubocop_todo.yml370 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatt…
381 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatt…
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/
Dcompiler-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.runner-nodeps/android_common/aar/
Dclasses.jarandroidx/ androidx/test/ androidx/test/services/ androidx/test/services/events ...
Dandroidx.test.runner-nodeps.jarandroidx/ androidx/test/ androidx/test/services/ androidx/test/services/events ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/4.16.0/
Dcompiler-4.16.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt-host/linux_glibc_common/local-combined/
Dglide-annotation-and-compiler-prebuilt-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common/combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/local-combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...

123