Example #1
0
        public void TestGraphVMInit()
        {
            // Certain global variables of the graph are initialized here
            graphVM.GraphInit();

            // Not yet sure how or what to test here, but it probably needs something.
        }