System.Xml.Tests.ReflectionTestCaseBase.ReflectionTestCaseBase C# (CSharp) Méthode

ReflectionTestCaseBase() public méthode

public ReflectionTestCaseBase ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
Résultat Xunit
        public ReflectionTestCaseBase(ITestOutputHelper output) : base(output)
        {
            _output = output;
        }