ITestMethod Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TestMethod for execution.
public interface ITestMethod
type ITestMethod = interface
Public Interface ITestMethod
Properties
Arguments |
Gets the arguments with which test method is invoked. |
MethodInfo |
Gets the methodInfo for test method. |
ParameterTypes |
Gets the parameters of test method. |
ReturnType |
Gets the return type of test method. |
TestClassName |
Gets the name of test class. |
TestMethodName |
Gets the name of test method. |
Methods
GetAllAttributes(Boolean) |
Get all attributes of the test method. |
GetAttributes<TAttributeType>(Boolean) |
Get attribute of specific type. |
Invoke(Object[]) |
Invokes the test method. |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.