标签: java unit-testing struts
我使用strutstestcase在struts 1.2上测试我的Web应用程序。 当测试运行并且控制进入我的操作时,我在我的操作中调用的request.getSession(false)返回null。
任何人都可以帮助我,我错过了吗?
答案 0 :(得分:0)
问题出在我的最后。我正在调用request.getSession(false),如果会话不存在,则返回null。 request.getSession()为我提供了会话和代码。
request.getSession(false)
request.getSession()