Yet Another Code Snippet formatter

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:

About strobaek

.NET developer/architect. Runner, espresso drinker and lover of gourmet food.
This entry was posted in UnitTest and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *