C# Class CrossPlatform.AbstractSetup

Afficher le fichier Open project: xamarin-automation-service/uitest-pop-example

Protected Properties

Свойство Type Description
app IApp
platform System.Platform

Méthodes publiques

Méthode Description
AbstractSetup ( System.Platform platform ) : System

Méthodes protégées

Méthode Description
EnterTask ( string name, string notes = null ) : void

Private Methods

Méthode Description
BeforeEachTest ( ) : void

Method Details

AbstractSetup() public méthode

public AbstractSetup ( System.Platform platform ) : System
platform System.Platform
Résultat System

EnterTask() protected méthode

protected EnterTask ( string name, string notes = null ) : void
name string
notes string
Résultat void

Property Details

app protected_oe property

protected IApp app
Résultat IApp

platform protected_oe property

protected Platform,System platform
Résultat System.Platform