Ejemplo n.º 1
0
 public TestAdapter(FixtureActivity activity, IEnumerable <MethodInfo> tests)
 {
     this.activity = activity;
     this.tests    = tests.ToList();
 }
Ejemplo n.º 2
0
			public TestAdapter (FixtureActivity activity, IEnumerable<MethodInfo> tests)
			{
				this.activity = activity;
				this.tests = tests.ToList ();
			}