<PackageReference Include="NUnit" Version="3.0.0-alpha" />

SimpleWorkItem

public class SimpleWorkItem : WorkItem
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.

Construct a simple work item for a test.