Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
616 views
in Technique[技术] by (71.8m points)

java - Struts 2 Junit Test case execution failed (StrutsTestCase.getActionProxy:138 » NullPointer)

I created a sample struts 2 project & junit test case by referring the below link.

http://self-learning-java-tutorial.blogspot.com.au/2015/04/struts2-junit-integration.html

But, while executing the test case I am getting following error,

Error in Eclipse JUNIT stacktrace

eclipse resolution

Can Anyone advice me how to resolve this issue ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The error in eclipse is resolved after adding the classes folder in the build path.

Eclipse Error

But after I faced a new Issue during maven build test execution.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...