Пример #1
0
 public void BuildUsingStatement_Correctly_Builds_Single_Using_Statement()
 {
     Assert.AreEqual(ExpectedTestReferencedNamespaceUsing1, CodeSyntaxHelper.BuildUsingStatement(TestReferencedNamespace1).NormalizeWhitespace().ToFullString());
 }