3using System.Collections.Generic;
7using MonoTouch.NUnit.UI;
14 [Register(
"UnitTestAppDelegate")]
31 window =
new UIWindow(UIScreen.MainScreen.Bounds);
32 runner =
new TouchRunner(window);
35 runner.Add(System.Reflection.Assembly.GetExecutingAssembly());
37 window.RootViewController =
new UINavigationController(runner.GetViewController());
40 window.MakeKeyAndVisible();
override bool FinishedLaunching(UIApplication app, NSDictionary options)