| Author |
null pointer exception while running unit test
|
irshad irshadoz
Greenhorn
Joined: Jan 16, 2013
Posts: 6
|
|
Hello,
i am running my unit test but for some reason i am getting a null pointer on this line
Please find below the method that my unit test will be based on:
Please find below my unit test:
Please see stack trace below:
line 100 for my loginController is shown below:
I am assuming that i need to mock message source. If this is the cause of my exception, how can i mock the messagesource in my unit test please?
However when i run my application it works fine no null pointer, its only when i run the unit test that i get the null pointer exception.
Thanks in advance.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
Where is messageSource defined? I don't see it as an instance variable, parameter or local variable.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: null pointer exception while running unit test
|
|
|