Deveel.Data.ShowTests.ShowProduct C# (CSharp) Method

ShowProduct() private method

private ShowProduct ( ) : void
return 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
        }