Méthode | Description | |
---|---|---|
ApplyToTest ( System.Test test ) : void |
Causes a test to be skipped if this PlatformAttribute is not satisfied.
|
|
PlatformAttribute ( ) : System |
Constructor with no platforms specified, for use with named property syntax.
|
|
PlatformAttribute ( string platforms ) : System |
Constructor taking one or more platforms
|
public ApplyToTest ( System.Test test ) : void | ||
test | System.Test | The test to modify |
Résultat | void |
public PlatformAttribute ( string platforms ) : System | ||
platforms | string | Comma-delimited list of platforms |
Résultat | System |