UnitTest1.cs 177 B

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