/NRefactory/ICSharpCode.NRefactory.VB.Tests/Parser/Statements/TryCatchStatementTests.cs

http://github.com/icsharpcode/ILSpy · C# · 17 lines · 12 code · 2 blank · 3 comment · 0 complexity · 65fbe77aed1b72a05a05bf8eb0db0d8a MD5 · raw file

  1. // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
  2. // This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
  3. using System;
  4. using System.IO;
  5. using NUnit.Framework;
  6. using ICSharpCode.NRefactory.VB.Parser;
  7. using ICSharpCode.NRefactory.VB.Ast;
  8. namespace ICSharpCode.NRefactory.VB.Tests.Ast
  9. {
  10. [TestFixture]
  11. public class TryCatchStatementTests
  12. {
  13. // TODO : TryCatchStatementTests
  14. }
  15. }