public void ShouldGenerateChart()
		{
			StatisticsChartGenerator generator = new StatisticsChartGenerator(new Plotter("c:/", "png", ImageFormat.Png));
			generator.RelevantStats = new string[]{"TestCount"};
			generator.Process(statistics, "dummy");
		}