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

ShowTables() private method

private ShowTables ( ) : void
return void
        public void ShowTables()
        {
            var result = AdminQuery.ShowTables();

            Assert.IsNotNull(result);

            // TODO: There's probably an error on the views to select
            //        the tables the current user has access to... so for the moment
            //        just be happy it doesn't throw an error: we will come back later
        }