Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [TestClass]
  2. public class ConnectShipProxySpecification
  3. {
  4. [TestMethod]
  5. public void test()
  6. {
  7. var proxy = new ConnectShipProxy();
  8.  
  9. var shipment = proxy.Ship( Request.Valid() );
  10.  
  11. Console.WriteLine( shipment.AsXML() );
  12. }
  13. }
Add Comment
Please, Sign In to add comment