/**
* @return List<LaunchSuite>
*/
public static List<LaunchSuite> getLaunchSuites(IJavaProject ijp,
ILaunchConfiguration configuration) {
LaunchType type = ConfigurationHelper.getType(configuration);
List<String> packages= null;
List<String> testClasses = null;
List<String> groups = null;
Map<String, List<String>> classMethods= null;