Title / Description
Code using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using NUnit.Framework.Constraints; namespace UpdateManager.Test.NCUS.UpdateManager { [TestFixture] public class IntegerHelperTest { //Your test methods go here [Test] public void TestAddTwoIntegersWithHelper() { //Your test goes here } } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code