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

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

Public Methods

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

Method Details

TestAttribute() public method

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

TestAttribute() public method

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