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

GetRelativeTestCasesPath() protected method

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