System.Xml.Tests.ReflectionTestCaseBase.ReflectionTestCaseBase C# (CSharp) Method

ReflectionTestCaseBase() public method

public ReflectionTestCaseBase ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
return Xunit
        public ReflectionTestCaseBase(ITestOutputHelper output) : base(output)
        {
            _output = output;
        }