Méthode | Description | |
---|---|---|
BuildSetUpTearDownList ( |
Builds the set up tear down list.
|
|
MakeOneTimeSetUpCommand ( TestSuite suite, List |
Gets the command to be executed before any of the child tests are run.
|
|
MakeOneTimeTearDownCommand ( TestSuite suite, List |
Gets the command to be executed after all of the child tests are run.
|
|
MakeSkipCommand ( System.Test test ) : SkipCommand |
Creates a command for skipping a test. The result returned will depend on the test RunState.
|
|
MakeTestCommand ( TestMethod test ) : TestCommand |
Creates a test command for use in running this test.
|
Méthode | Description | |
---|---|---|
BuildNode ( |
||
SelectMethodsByDeclaringType ( |
public static BuildSetUpTearDownList ( |
||
fixtureType | Type of the fixture. | |
setUpType | Type of the set up attribute. | |
tearDownType | Type of the tear down attribute. | |
Résultat | List |
public static MakeOneTimeSetUpCommand ( TestSuite suite, List |
||
suite | TestSuite | |
setUpTearDown | List |
|
actions | List |
|
Résultat | TestCommand |
public static MakeOneTimeTearDownCommand ( TestSuite suite, List |
||
suite | TestSuite | |
setUpTearDownItems | List |
|
actions | List |
|
Résultat | TestCommand |
public static MakeSkipCommand ( System.Test test ) : SkipCommand | ||
test | System.Test | |
Résultat | SkipCommand |
public static MakeTestCommand ( TestMethod test ) : TestCommand | ||
test | TestMethod | |
Résultat | TestCommand |