| Author |
Problem in JUnit
|
Roopesh Rana
Greenhorn
Joined: Sep 03, 2012
Posts: 6
|
|
I am very new in Junit testing I have a test class and a main class which class I want to test.
I wrote every related test case in test fine. But there is an exception.
[/code]
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
Are you using maven? What does your POM look like?
|
[How To Ask Questions][Read before you PM me]
|
 |
shivamahesh bachu
Greenhorn
Joined: Sep 14, 2012
Posts: 13
|
|
Hi Roopesh Rana,
I Executed your code in eclipse , it runs and test cases got passed.
Thank You,
Mahesh.
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
Make sure you don't have multiple versions of that library on your classpath.
|
 |
 |
|
|
subject: Problem in JUnit
|
|
|