Class SimpleWorkItem
A SimpleWorkItem represents a single test case and is marked as completed immediately upon execution. This class is also used for skipped or ignored test suites.
public class SimpleWorkItem : WorkItem, IDisposable
- Inheritance
-
SimpleWorkItem
- Implements
- Inherited Members
Methods
PerformWork()
Method that performs actually performs the work.
protected override void PerformWork()