메소드 | 설명 | |
---|---|---|
RunSetUp ( TestExecutionContext context ) : void |
Run SetUp on this level.
|
|
RunTearDown ( TestExecutionContext context ) : void |
Run TearDown for this level.
|
|
SetUpTearDownItem ( IList |
Construct a SetUpTearDownNode
|
메소드 | 설명 | |
---|---|---|
RunAsyncMethod ( |
||
RunNonAsyncMethod ( |
||
RunSetUpOrTearDownMethod ( TestExecutionContext context, |
public RunSetUp ( TestExecutionContext context ) : void | ||
context | TestExecutionContext | The execution context to use for running. |
리턴 | void |
public RunTearDown ( TestExecutionContext context ) : void | ||
context | TestExecutionContext | |
리턴 | void |
public SetUpTearDownItem ( IList |
||
setUpMethods | IList |
A list of setup methods for this level |
tearDownMethods | IList |
A list teardown methods for this level |
리턴 | System |