public void TestDefaultConstructorNotAvailableOnAbstractClass() { string code = @" import(""ProtoGeometry.dll""); "; TestFrameWork theTest = new TestFrameWork(); ExecutionMirror mirror = theTest.RunScriptSource(code); //Verify that Geometry.Geometry constructor deson't exists theTest.VerifyMethodExists("Geometry", "Geometry", false); }