Deveel.Data.ShowTests.ShowProduct C# (CSharp) Méthode

ShowProduct() private méthode

private ShowProduct ( ) : void
Résultat void
        public void ShowProduct()
        {
            var result = AdminQuery.ShowProduct();

            Assert.IsNotNull(result);

            // TODO: the product information come from the variables table,
            //        that is not yet finalized: so the execution succeeds but
            //        no data are retrieved. come back later when database vars
            //        are implemented
        }