base testing framework for our sip servlet based application;
Looking at the ShootistSipServletTest , we understood that the suite
provides a simulated JEE environment in a tomcat container.
1 . Is it possible that we write our unit test extending the
SipServletTestCase ?
Right now we are using SIPP for our funtional test , which is not
integrated into junit .
But using your SipServletTestCase we can write SIP test cases without
sacrifising the power of Junit
Kindly confirm if this is feasible
2 .After a checkout of the mobicent code , i executed mvn clean
install -P jboss
But got the following error :
Missing:
----------
1) org.mobicents.ha.javax.sip:mobicents-jain-sip-jboss4:jar:1.1.0-
SNAPSHOT
Mvn clean install , runs successfully though .
3.Eclipse import issue
Also importing the http://mobicents.googlecode.com/svn/trunk/servers/sip-servlets
into eclipse I am getting some build errors which is preventing me
executing the SHootist Junit test case
attaching the eclipse problem sheet
4.Links to documents
Kindly share pointers to documents relating to the sip servlet test
suite ,Going throught the mobicent site I see some documents on mms ,
but yet to get a complete picture .
Also we noted some Jboss set up requirement ,is it necessary to
have jboss set up for simple sip servlet unit test.