BooCompiler.Tests.ClrextensionsIntegrationTestFixture.GetRelativeTestCasesPath C# (CSharp) Method

GetRelativeTestCasesPath() protected method

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