1234567891011121314151617 |
- using Microsoft.VisualStudio.TestTools.UnitTesting;
- using System;
- using System.Net;
- namespace UnitTestTea
- {
- [TestClass]
- public class UnitTest1
- {
- [TestMethod]
- public void TestTOREGISTRATION()
- {
- bool c = new Authorization();
- Assert.IsTrue(Authorization().(new checkWorker("even52", "1"));
- }
- }
- }
|