Method | Description | |
---|---|---|
SimpleWorkItem ( NUnit.Framework.Internal.Commands.TestCommand command, FinallyDelegate fd ) : System |
Construct a simple work item for a test command.
|
|
SimpleWorkItem ( TestMethod test, FinallyDelegate fd ) : System |
Construct a simple work item for a test.
|
Method | Description | |
---|---|---|
PerformWork ( ) : void |
Method that performs actually performs the work.
|
public SimpleWorkItem ( NUnit.Framework.Internal.Commands.TestCommand command, FinallyDelegate fd ) : System | ||
command | NUnit.Framework.Internal.Commands.TestCommand | The command to be executed |
fd | FinallyDelegate | |
return | System |
public SimpleWorkItem ( TestMethod test, FinallyDelegate fd ) : System | ||
test | TestMethod | The test to be executed |
fd | FinallyDelegate | |
return | System |