C# Class CrossPlatform.AbstractSetup

Datei anzeigen Open project: xamarin-automation-service/uitest-pop-example

Protected Properties

Property Type Description
app IApp
platform System.Platform

Public Methods

Method Description
AbstractSetup ( System.Platform platform ) : System

Protected Methods

Method Description
EnterTask ( string name, string notes = null ) : void

Private Methods

Method Description
BeforeEachTest ( ) : void

Method Details

AbstractSetup() public method

public AbstractSetup ( System.Platform platform ) : System
platform System.Platform
return System

EnterTask() protected method

protected EnterTask ( string name, string notes = null ) : void
name string
notes string
return void

Property Details

app protected_oe property

protected IApp app
return IApp

platform protected_oe property

protected Platform,System platform
return System.Platform