public virtual void TestWildToString()
        {
            PrototypesTestCase testCase = ((PrototypesTestCase)Prototype(typeof(PrototypesTestCase
                                                                                )));

            AssertIsNull(testCase, testCase._prototypes.ToString());
        }
        public virtual void TestCallingOwnFramework()
        {
            PrototypesTestCase testCase = ((PrototypesTestCase)Prototype(typeof(PrototypesTestCase
                                                                                )));

            AssertPath(testCase, testCase._prototypes, new string[] { "_prototypes" });
        }