Binboo.Core.Tests.Tests.Persistence.StorageIntegrationTestcase.RunTest C# (CSharp) Method

RunTest() private method

private RunTest ( ) : void
return void
        private void RunTest()
        {
            //    using (Application app = new Application(AppPrefix))
            //    {
            //        MockStorageCommand command = new MockStorageCommand();
            //        app.AddCommand(command);

            //        for (int i = 0; i < Values.Length; i++)
            //        {
            //            Assert.AreEqual(Values[i].ToString(), command[i]);
            //        }
            //    }
        }
StorageIntegrationTestcase