ParallelizableAttribute
ParallelizableAttribute is used to mark tests that 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