Method | Description | |
---|---|---|
IsClassCleanup ( string methodName ) : bool |
Determines whether the specified method-name represents the 'ClassCleanup' method.
|
|
IsClassInitialize ( string methodName ) : bool |
Determines whether the specified method-name represents the 'ClassInitialize' method.
|
|
IsConstructor ( string methodName ) : bool |
Determines whether the specified method-name represents a constructor.
|
|
IsSpecial ( string methodName ) : bool |
Determines whether the specified DictionaryEntry is one of the special Setup/Teardown methods.
|
|
IsTestCleanup ( string methodName ) : bool |
Determines whether the specified method-name represents the 'TestCleanup' method.
|
|
IsTestInitialize ( string methodName ) : bool |
Determines whether the specified method-name represents the 'TestInitialize' method.
|
public static IsClassCleanup ( string methodName ) : bool | ||
methodName | string | The name of the method. |
return | bool |
public static IsClassInitialize ( string methodName ) : bool | ||
methodName | string | The name of the method. |
return | bool |
public static IsConstructor ( string methodName ) : bool | ||
methodName | string | The name of the method. |
return | bool |
public static IsSpecial ( string methodName ) : bool | ||
methodName | string | |
return | bool |
public static IsTestCleanup ( string methodName ) : bool | ||
methodName | string | The name of the method. |
return | bool |
public static IsTestInitialize ( string methodName ) : bool | ||
methodName | string | The name of the method. |
return | bool |