Méthode | Description | |
---|---|---|
EnumerateTestCommands ( IMethodInfo method ) : IEnumerable |
Enumerates the test commands represented by this test method, by projecting the returned sequence of ITestCase into a sequence of xUnit.net ITestCommand instances.
|
Méthode | Description | |
---|---|---|
GetReturnValue ( IMethodInfo method ) : object | ||
IsReturnTypeInvalid ( IMethodInfo method ) : bool |
protected EnumerateTestCommands ( IMethodInfo method ) : IEnumerable |
||
method | IMethodInfo | /// The test method adorned with the [FirstClassTests] attribute. /// |
Résultat | IEnumerable |