You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
George Vagenas edited this page May 19, 2016
·
1 revision
Restcomm is using Arquillian, sipunit, junit and an embedded version of SipServlets on Tomcat for the testsuite.
The testsuite also runs using maven surefire, so testsuite will run during Restcomm build lifecyle, for example when you use "mvn clean install". If you want to build Restcomm without running the testsuite use the following: "mvn clean install -Dmaven.test.skip"
To run Restcomm tests inside your IDE (Eclipse or IntelliJ Idea) you will need the following settings:
-Xms1024m -Xmx2048m -Xmn512m -XX:MaxPermSize=256m
Eclipse: Preferences -> Java -> Installed JREs -> (pick the active one) -> Default VM Argument