Klasa TestMethodInvokerContext
Przekazany do jednostki Test Adapter do TestExtensionExecution.CreateMethodInvoker.
Hierarchia dziedziczenia
Object
Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodInvokerContext
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UnitTesting
Zestaw: Microsoft.VisualStudio.QualityTools.UnitTestFramework (w Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Składnia
'Deklaracja
Public MustInherit Class TestMethodInvokerContext
public abstract class TestMethodInvokerContext
public ref class TestMethodInvokerContext abstract
[<AbstractClass>]
type TestMethodInvokerContext = class end
public abstract class TestMethodInvokerContext
Typ TestMethodInvokerContext uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
![]() |
TestMethodInvokerContext | Inicjuje nowe wystąpienie TestMethodInvokerContext klasy. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
InnerInvoker | Pobiera Invoke metoda źródła metody badania. |
![]() |
TestContext | Pobiera kontekście badania. |
![]() |
TestMethodInfo | Pobiera MethodInfo metody badania. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). |
![]() |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UnitTesting