System.Xml.Tests.TCConstructor.TCConstructor C# (CSharp) 메소드

TCConstructor() 공개 메소드

public TCConstructor ( ITestOutputHelper output ) : System
output ITestOutputHelper
리턴 System
        public TCConstructor(ITestOutputHelper output): base(output)
        {
            _output = output;
        }