C# Class Microsoft.Silverlight.Testing.Harness.MethodContainer

A method container.
Inheritance: CompositeWorkItem
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
Invoke ( ) : bool

Invoke into the method.

MethodContainer ( object instance, MethodInfo method, ITestMethod testMethod ) : System

Constructs a new method container.

Méthodes protégées

Méthode Description
FirstInvoke ( ) : void

On the first invoke, make sure there's a task to call the method.

Private Methods

Méthode Description
MethodContainer ( ) : System

Constructs a new method container.

Method Details

FirstInvoke() protected méthode

On the first invoke, make sure there's a task to call the method.
protected FirstInvoke ( ) : void
Résultat void

Invoke() public méthode

Invoke into the method.
public Invoke ( ) : bool
Résultat bool

MethodContainer() public méthode

Constructs a new method container.
public MethodContainer ( object instance, MethodInfo method, ITestMethod testMethod ) : System
instance object An instance of the method's type.
method System.Reflection.MethodInfo The method reflection object.
testMethod ITestMethod The test method.
Résultat System