コード例 #1
0
 public TestAdapter(FixtureActivity activity, IEnumerable <MethodInfo> tests)
 {
     this.activity = activity;
     this.tests    = tests.ToList();
 }
コード例 #2
0
ファイル: Android.NUnit.cs プロジェクト: TheSyxe/Xamarin.Auth
			public TestAdapter (FixtureActivity activity, IEnumerable<MethodInfo> tests)
			{
				this.activity = activity;
				this.tests = tests.ToList ();
			}