Home
last modified time | relevance | path

Searched refs:wildcardList (Results 1 – 4 of 4) sorted by relevance

/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/tools/
H A DDiscoverySuite.scala51 …private def wildcardList(path: String, accessibleSuites: Set[String]): Set[String] = accessibleSui… method
54 …for (name <- wildcardList(path, accessibleSuites); if name.length > path.length && !name.substring…
59 wildcardList(path, accessibleSuites).toList
H A DRunner.scala528 val wildcardList: List[String] = parseSuiteArgsIntoNameStrings(wildcardArgsList, "-w") constant
569 …filter, propertiesMap, concurrent, membersOnlyList, wildcardList, testNGList, passFailReporter, nu…
585 …propertiesMap, concurrent, membersOnlyList, wildcardList, testNGList, runpathList, loader, new Run…
1349 wildcardList: List[String],
1373 if (wildcardList == null)
1434 …val membersOnlyAndBeginsWithListsAreEmpty = membersOnlyList.isEmpty && wildcardList.isEmpty // The…
1457 for (wildcardName <- wildcardList)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DNewForLoopJavaContextTest.java142 public void wildcardList() throws Exception { in wildcardList() method in NewForLoopJavaContextTest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DTypeVisitorTests.java253 InterfaceType wildcardList = (InterfaceType)fieldDecl.getType(); in _process() local
254 … WildcardType wildcardType = (WildcardType)wildcardList.getActualTypeArguments().iterator().next(); in _process()