Aqueduct.ServerDensity.Tests.TestBase.GetValidSettings C# (CSharp) Method

GetValidSettings() protected method

protected GetValidSettings ( ) : ServerDensitySettings
return ServerDensitySettings
        protected ServerDensitySettings GetValidSettings()
        {
            return new ServerDensitySettings("account", "key", new NetworkCredential("user", "pass"));
        }