Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 63084 Details for
Bug 181277
[JUnit] Providing the ability to profile JUnit and JUnit plug-ins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
org.eclipse.jdt.junit-v1.txt (text/plain), 1.32 KB, created by
amehrega
on 2007-04-05 14:41:30 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
amehrega
Created:
2007-04-05 14:41:30 EDT
Size:
1.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.junit >Index: src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java,v >retrieving revision 1.3 >diff -u -r1.3 JUnitLaunchConfigurationDelegate.java >--- src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java 18 Jan 2007 14:50:46 -0000 1.3 >+++ src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java 5 Apr 2007 18:20:15 -0000 >@@ -497,5 +497,36 @@ > 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; >+ } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181277
: 63084