org.eclipse.mylar.internal.java.ui.junit
Class MylarContextTestUtil

java.lang.Object
  extended by org.eclipse.mylar.internal.java.ui.junit.MylarContextTestUtil

public class MylarContextTestUtil
extends java.lang.Object

Author:
Mik Kersten

Constructor Summary
MylarContextTestUtil()
           
 
Method Summary
static org.eclipse.jdt.internal.junit.launcher.TestSearchResult findTestTypes(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor pm)
           
static java.util.Set<org.eclipse.jdt.core.IType> getTestCasesInContext()
           
static boolean isTestType(org.eclipse.jdt.core.IType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MylarContextTestUtil

public MylarContextTestUtil()
Method Detail

findTestTypes

public static org.eclipse.jdt.internal.junit.launcher.TestSearchResult findTestTypes(org.eclipse.debug.core.ILaunchConfiguration configuration,
                                                                                     org.eclipse.core.runtime.IProgressMonitor pm)
                                                                              throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getTestCasesInContext

public static java.util.Set<org.eclipse.jdt.core.IType> getTestCasesInContext()

isTestType

public static boolean isTestType(org.eclipse.jdt.core.IType type)