BooCompiler.Tests.ClrextensionsIntegrationTestFixture.GetRelativeTestCasesPath C# (CSharp) 메소드

GetRelativeTestCasesPath() 보호된 메소드

protected GetRelativeTestCasesPath ( ) : string
리턴 string
        protected override string GetRelativeTestCasesPath()
        {
            return "integration/clrextensions";
        }
ClrextensionsIntegrationTestFixture