UnitTest1.cs 167 B

1234567891011121314
  1. namespace TestCalc
  2. {
  3. [TestClass]
  4. public class UnitTest1
  5. {
  6. [TestMethod]
  7. public void TestMethod1()
  8. {
  9. }
  10. }
  11. }