public void PostFaxesTest()
        {
            // TODO: add unit test for the method 'PostFaxes'
            FaxSendRequest body     = null; // TODO: replace null with proper value
            var            response = instance.PostFaxes(body);

            Assert.IsInstanceOf <FaxSendResponse> (response, "response is FaxSendResponse");
        }
Ejemplo n.º 2
0
 public void Init()
 {
     instance = new FaxSendRequest();
 }