C# Class NUnit.Runner.App

The NUnit Xamarin test runner
Inheritance: Xamarin.Forms.Application
Mostra file Open project: xamarin-automation-service/rob.prouse Class Usage Examples

Public Methods

Method Description
AddTestAssembly ( Assembly testAssembly ) : void

Adds an assembly to be tested.

App ( ) : System.Reflection

Constructs a new app adding the current assembly to be tested

Method Details

AddTestAssembly() public method

Adds an assembly to be tested.
public AddTestAssembly ( Assembly testAssembly ) : void
testAssembly System.Reflection.Assembly The test assembly.
return void

App() public method

Constructs a new app adding the current assembly to be tested
public App ( ) : System.Reflection
return System.Reflection