Boo.Lang.Parser.Tests.AbstractParserTestFixture.GetTestCasePath C# (CSharp) Method

GetTestCasePath() protected method

protected GetTestCasePath ( string fname ) : string
fname string
return string
        protected string GetTestCasePath(string fname)
        {
            return Path.Combine(
                        BooCompiler.Tests.BooTestCaseUtil.GetTestCasePath(GetRelativeTestCasesPath()),
                        fname);
        }