AOUT.CH3.LogAn.Tests.TestableLogAnalyzerWithNoStub.IsSupportedExtension C# (CSharp) Method

IsSupportedExtension() protected method

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