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 65486 Details for
Bug 145275
[JUnit] JUnit 4 backwards compatibility does not work with JUnit Plug-in Test
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.
sample test file
TransactionsTest.java (text/plain), 519 bytes, created by
saurabh
on 2007-05-01 12:30:32 EDT
(
hide
)
Description:
sample test file
Filename:
MIME Type:
Creator:
saurabh
Created:
2007-05-01 12:30:32 EDT
Size:
519 bytes
patch
obsolete
>import junit.framework.TestCase; > >import org.apache.commons.logging.Log; >import org.apache.commons.logging.LogFactory; > > >public class TransactionsTest extends TestCase { > > private Log log = LogFactory.getLog(this.getClass()); > > public void setUp() { } > > public void testGetTransactions() { > System.out.println("Method 1"); > } // testGetTransactions > > public void testGetTransactionsWithInvalidId() > { > System.out.println("Method 2"); > } // testGetTransactionsWithInvalidId > >}
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 Raw
Actions:
View
Attachments on
bug 145275
: 65486