public TestAdapter(FixtureActivity activity, IEnumerable <MethodInfo> tests)
 {
     this.activity = activity;
     this.tests    = tests.ToList();
 }
			public TestAdapter (FixtureActivity activity, IEnumerable<MethodInfo> tests)
			{
				this.activity = activity;
				this.tests = tests.ToList ();
			}