12345678910111213141516171819202122 |
- using Microsoft.VisualStudio.TestTools.UnitTesting;
- using System;
- using MyApp;
- namespace TestProject
- {
- [TestClass]
- public class UnitTest1
- {
- [TestMethod]
- public void TestDefect()
- {
-
- }
- [TestMethod]
- public void TestWeight()
- {
-
- }
- }
- }
|