Tag Archives: Test
Test from iPhone
First I want to apologize for these test posts. I just installed WordPress from the app store and wanted to chech it out. So far so good. Seems like you are able to actually create posts; now we have to … Continue reading
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: