465

Java code posted
created at 21 Jan 08:47

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
      }     

    }
}
417 Bytes in 2 ms with coderay