Deveel.Data.ShowTests.ShowProduct C# (CSharp) Метод

ShowProduct() приватный Метод

private ShowProduct ( ) : void
Результат 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
        }