mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 01:25:41 -05:00
Add end-to-end language service tests. (#123)
Test-only code coverage changes. Please review the commit and I'll follow-up on next iteration.
This commit is contained in:
@@ -70,7 +70,10 @@ namespace Microsoft.SqlTools.Test.Utility
|
||||
};
|
||||
}
|
||||
|
||||
public static ConnectionDetails GetIntegratedTestConnectionDetails()
|
||||
/// <summary>
|
||||
/// Gets a ConnectionDetails for connecting to localhost with integrated auth
|
||||
/// </summary>
|
||||
public static ConnectionDetails GetIntegratedTestConnectionDetails()
|
||||
{
|
||||
return new ConnectionDetails()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user