C# Class Android.NUnitLite.UI.TestCaseElement

Inheritance: TestElement
Afficher le fichier Open project: couchbaselabs/Andr.Unit

Méthodes publiques

Méthode Description
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Run ( ) : void
TestCaseElement ( NUnit.Framework.Internal.TestMethod test, AndroidRunner runner ) : System
Update ( ) : void

Method Details

GetView() public méthode

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
Résultat Android.Views.View

Run() public méthode

public Run ( ) : void
Résultat void

TestCaseElement() public méthode

public TestCaseElement ( NUnit.Framework.Internal.TestMethod test, AndroidRunner runner ) : System
test NUnit.Framework.Internal.TestMethod
runner AndroidRunner
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void