C# Class Microsoft.UnitTests.Core.XUnit.CompositeTestAttribute

Inheritance: Xunit.FactAttribute, ITraitAttribute
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
CompositeTestAttribute ( ThreadType threadType = ThreadType.Default, bool showWindow = false ) : System
CompositeTestAttribute ( bool showWindow ) : System

Method Details

CompositeTestAttribute() public method

public CompositeTestAttribute ( ThreadType threadType = ThreadType.Default, bool showWindow = false ) : System
threadType ThreadType
showWindow bool
return System

CompositeTestAttribute() public method

public CompositeTestAttribute ( bool showWindow ) : System
showWindow bool
return System