public void test_inventory_client_connection() { // Arrange var proxy = new InventoryClient(); // Act & Assert proxy.Open(); }
public void test_inventory_client_connection() { InventoryClient proxy = new InventoryClient(); proxy.Open(); }
public void test_inventory_client_connection() { var proxy = new InventoryClient(); proxy.Open(); }