示例#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();
        }