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

前端 未结 1 630
无人共我
无人共我 2020-12-22 01:44

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-integ

相关标签:
1条回答
  • 2020-12-22 02:22

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

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

    0 讨论(0)
提交回复
热议问题