C# Class Android.NUnitLite.UI.RunnerActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: couchbaselabs/Andr.Unit

Public Methods

Method Description
Add ( Assembly assembly ) : void
RunnerActivity ( ) : System

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
Add ( TestSuite suite ) : void
Run ( ) : void

Method Details

Add() public method

public Add ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

RunnerActivity() public method

public RunnerActivity ( ) : System
return System