Uses of Interface
org.cafesip.sipunit.SipActionObject

Uses of SipActionObject in org.cafesip.sipunit
 

Classes in org.cafesip.sipunit that implement SipActionObject
 class SipCall
          This class is used for handling one leg of a call.
 class SipPhone
          This class provides a test program with User Agent (UA) access to the SIP protocol in the form of a SIP phone.
 class SipSession
          Methods of this class provide the test program with low-level access to a SIP session.
 class Subscription
          The Subscription class represents a buddy from a SipPhone buddy list or a single-shot fetch performed by a SipPhone.
 

Methods in org.cafesip.sipunit with parameters of type SipActionObject
 void SipTestCase.assertLastOperationFail(SipActionObject op)
          Asserts that the last SIP operation performed by the given object failed.
 void SipTestCase.assertLastOperationFail(java.lang.String msg, SipActionObject op)
          Asserts that the last SIP operation performed by the given object failed.
 void SipTestCase.assertLastOperationSuccess(SipActionObject op)
          Asserts that the last SIP operation performed by the given object was successful.
 void SipTestCase.assertLastOperationSuccess(java.lang.String msg, SipActionObject op)
          Asserts that the last SIP operation performed by the given object was successful.
 



http://www.cafesip.org