ParallelizableAttribute
Marks a test assembly, fixture or method that may be run in parallel.
Defines the degree to which this test and its descendants may be run in parallel
public ParallelizableAttribute()
Construct a ParallelizableAttribute using default ParallelScope.Self.
Construct a ParallelizableAttribute with a specified scope.
Modify the context to be used for child tests