mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Don't call SR generated constructors (#189)
This commit is contained in:
@@ -16,12 +16,10 @@ namespace Microsoft.SqlTools.Test.Utility
|
|||||||
[Fact]
|
[Fact]
|
||||||
public void SrPropertiesTest()
|
public void SrPropertiesTest()
|
||||||
{
|
{
|
||||||
Assert.NotNull(new SR());
|
|
||||||
Assert.NotNull(SR.QueryServiceSubsetBatchNotCompleted);
|
Assert.NotNull(SR.QueryServiceSubsetBatchNotCompleted);
|
||||||
Assert.NotNull(SR.QueryServiceFileWrapperWriteOnly);
|
Assert.NotNull(SR.QueryServiceFileWrapperWriteOnly);
|
||||||
Assert.NotNull(SR.QueryServiceFileWrapperNotInitialized);
|
Assert.NotNull(SR.QueryServiceFileWrapperNotInitialized);
|
||||||
Assert.NotNull(SR.QueryServiceColumnNull);
|
Assert.NotNull(SR.QueryServiceColumnNull);
|
||||||
Assert.NotNull(new SR.Keys());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user