AOUT.CH3.LogAn.Tests.TestableLogAnalyzerWithNoStub.IsSupportedExtension C# (CSharp) 메소드

IsSupportedExtension() 보호된 메소드

protected IsSupportedExtension ( string fileName ) : bool
fileName string
리턴 bool
        protected override bool IsSupportedExtension(string fileName)
        {
            return IsSupported;
        }
TestableLogAnalyzerWithNoStub