Home
last modified time | relevance | path

Searched refs:runWithAnnotation (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/
H A DTestKindRegistry.java144 IAnnotation runWithAnnotation= type.getAnnotation("RunWith"); //$NON-NLS-1$ in isRunWithJUnitPlatform() local
145 if (!runWithAnnotation.exists()) { in isRunWithJUnitPlatform()
146 runWithAnnotation= type.getAnnotation("org.junit.runner.RunWith"); //$NON-NLS-1$ in isRunWithJUnitPlatform()
148 if (runWithAnnotation.exists()) { in isRunWithJUnitPlatform()
149 IMemberValuePair[] memberValuePairs= runWithAnnotation.getMemberValuePairs(); in isRunWithJUnitPlatform()
/dports/databases/opentsdb/opentsdb-2.3.0/test/core/
H A DTestTsdbQueryQueries.java749 public void runWithAnnotation() throws Exception { in runWithAnnotation() method in TestTsdbQueryQueries