"); doc.close(); win.focus(); }

Unit Test Results

Designed for use with JUnit and Ant.

Class com.bea.sipservlet.tck.agents.api.javax_servlet_sip.ProxyBranchTest

NameTestsErrorsFailuresTime(s)
ProxyBranchTest190062.732

Tests

NameAssertionsStatusTypeTime(s)
testGetProxy001[SipServlet:JAVADOC:ProxyBranch5] - Returns the associated proxy with this branch.Success3.878
testGetProxyBranchTimeout001[SipServlet:JAVADOC:ProxyBranch6] - Returns the current value of the search timeout associated with this ProxyBranch object.Success3.293
testGetRecordRoute001[SipServlet:JAVADOC:ProxyBranch7] - Returns true if subsequent invocations of proxyTo(URI) will add a Record-Route header to the proxied request, false otherwise.Success3.281
testGetRecordRouteURI001[SipServlet:JAVADOC:ProxyBranch8] - if record-routing flag is set to true, a Record-Route header will be added to the proxied request.Success3.312
testGetRecordRouteURI101[SipServlet:JAVADOC:ProxyBranch8] - Throws IllegalStateException - if record-routing is not enabled.Success3.298
testGetSetRecurse001[SipServlet:JAVADOC:ProxyBranch9][SipServlet:JAVADOC:ProxyBranch19] - Returns true if this proxy branch object is set to recurse, or false otherwise.Success3.287
testgetRecursedProxyBranches001[SipServlet:JAVADOC:ProxyBranch10] - Receipt of a 3xx class redirect response on a branch can result in recursed branches if the proxy or the branch has recursion enabled. This can result in several levels of recursed branches in a tree like fashion. This method returns the top level branches directly.below this ProxyBranch . Success3.305
testGetRequest001[SipServlet:JAVADOC:ProxyBranch11] - Return the request associated with this branch.Success3.296
testGetResponse001[SipServlet:JAVADOC:ProxyBranch12] - Return the last SipServletResponse received, or null if no response has been received so far.Success3.284
testIsStarted001[SipServlet:JAVADOC:ProxyBranch13] - This method tells if the given branch has been started yet or not. The branches created as a result of proxyTo are always started on creation.Success3.265
testSetOutboundInterface001[SipServlet:JAVADOC:ProxyBranch15] - If multihoming is supported, then this method can be used to select the outbound interface and source port number when forwarding requests for this proxy branch. The specified address must be the address of one of the configured outbound interfaces. The set of SipURI objects which represent the supported outbound interfaces can be obtained from the servlet context attribute named javax.servlet.sip.outboundInterfaces.Success3.298
testSetOutboundInterface101[SipServlet:JAVADOC:ProxyBranch15] - Throw IllegalStateException if this method is called on an invalidated session.Success3.052
testSetOutboundInterface102[SipServlet:JAVADOC:ProxyBranch15] - Throw NullPointerException. if null address.Success3.037
testSetOutboundInterface002[SipServlet:JAVADOC:ProxyBranch16] - If multihoming is supported, then this method can be used to select the outbound interface to use when sending requests for this proxy branch. The specified address must be the address of one of the configured outbound interfaces. The set of SipURI objects which represent the supported outbound interfaces can be obtained from the servlet context attribute named javax.servlet.sip.outboundInterfaces.Success3.249
testSetOutboundInterface103[SipServlet:JAVADOC:ProxyBranch16] - Throw NullPointerException, if address is null.Success3.044
testSetProxyBranchTimeout001[SipServlet:JAVADOC:ProxyBranch17] - Sets the search timeout value for this ProxyBranch object.Success3.258
testSetProxyBranchTimeout101[SipServlet:JAVADOC:ProxyBranch17] - Throws IllegalArgumentException if this value is negative.Success3.033
testSetRecordRoute001[SipServlet:JAVADOC:ProxyBranch18] - Specifies whether this branch should include a Record-Route header for this servlet engine or not. if true the engine will record-route, otherwise it won't.Success3.241
testSetRecordRoute101[SipServlet:JAVADOC:ProxyBranch18] - Throws IllegalStateException - if the proxy has already been started.Success3.818
Properties »
System.out »