BooCompiler.Tests.ClrextensionsIntegrationTestFixture.GetRelativeTestCasesPath C# (CSharp) Méthode

GetRelativeTestCasesPath() protected méthode

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