Home > UnitTest > Yet Another Code Snippet formatter

Yet Another Code Snippet formatter

August 29th, 2009 Leave a comment Go to comments

First some text.

Then some code:

[TestClass]

public class MyTest

{

    public MyTest()

    {

    }

    

    [TestMethod]

    public void Test()

    {

      // Fixture setup

      // Exercise system

      // Verify outcome

      Assert.Inconclusive();

      // Teardown

    }

}

Then some more text:

Categories: UnitTest Tags:
  1. No comments yet.
  1. No trackbacks yet.