The 1.0.0-ALPHA1 release of the Arquillian Sip Servlets extension has been released.
This extension will bring all the goodies of Arquillian to Sip Servlets testing. It provides two embedded containers, Tomcat 6 and Tomcat 7, running Mobicents Sip Servlets 1.7.0.
Together with SipUnit 2.0.0, this extension will provide a complete environment to test Sip Servlets applications. And of course since SipUnit uses Junit, tests can be performed either inside an IDE such as Eclipse or using Maven surefire.
You can have complete control over the container’s lifecycle and also the test archive deployment (your Sip Servlets application) in order to meet the special needs of any testing scenario.
User Guide can be found here
Several examples of the project can be found here
Any bug you discover or you have a feature that you would like to see in the next release, please post it here
Maven artifacts can be found in the following repository:
<repository> <id>mobicents-releases-repository</id> <name>Mobicents Releases Repository</name> <url>https://oss.sonatype.org/content/repositories/releases/</url> </repository> |
Any feedback would be much appreciated in order to improve the project.