Files
sqltoolsservice/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestResult.cs
Leila Lali b353b2137e New test common project for database connections using the settings.json (#210)
* moved test driver tests and test common classes to separate projects
2017-01-11 13:47:56 -08:00

13 lines
307 B
C#

//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
namespace Microsoft.SqlTools.ServiceLayer.Test.Common
{
public class TestResult
{
public double ElapsedTime { get; set; }
}
}