예제 #1
0
        public void test_inventory_client_connection()
        {
            // Arrange
            var proxy = new InventoryClient();

            // Act & Assert
            proxy.Open();
        }
예제 #2
0
        public void test_inventory_client_connection()
        {
            InventoryClient proxy = new InventoryClient();

            proxy.Open();
        }
예제 #3
0
        public void test_inventory_client_connection()
        {
            var proxy = new InventoryClient();

            proxy.Open();
        }