protected void RunTestCase (string name)
		{
			MethodDefinition method = LoadTestCaseMethod (name);
			ControlFlowGraph cfg = ControlFlowGraph.Create (method);
			Assert.AreEqual (Normalize (LoadExpectedControlFlowString (name)), Normalize (ToString (cfg)));
		}