Community
Participate
Working Groups
protected void abort(String message, Throwable exception, int code) throws CoreException {
throw new CoreException(new Status(IStatus.ERROR, JUnitPlugin.PLUGIN_ID, code, message, exception));
}
/**
* @return the testElements
*/
public IMember[] getTestElements()
{
return fTestElements;
* @param testElements the testElements to set
public void setTestElements(IMember[] testElements)
fTestElements = testElements;
* @return the port
public int getPort()
return fPort;
* @param port the port to set
public void setPort(int port)
fPort = port;