Gallio.DLRIntegration.Model.DLRTestDriver.ReadScriptRuntimeSetupFromConfiguration()

Here are the examples of the csharp api class Gallio.DLRIntegration.Model.DLRTestDriver.ReadScriptRuntimeSetupFromConfiguration() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: mbunit-v3
Source File: DLRTestDriver.cs
protected ScriptRuntimeSetup CreateScriptRuntimeSetup(TestPackage testPackage)
        {
            ScriptRuntimeSetup scriptRuntimeSetup = ReadScriptRuntimeSetupFromConfiguration();
            ConfigureIronRuby(scriptRuntimeSetup);
            ConfigureScriptRuntimeSetup(scriptRuntimeSetup, testPackage);
            return scriptRuntimeSetup;
        }