|
@@ -1,5 +1,6 @@
|
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
using System;
|
|
|
+using System.Net;
|
|
|
|
|
|
namespace UnitTestTea
|
|
|
{
|
|
@@ -7,8 +8,10 @@ namespace UnitTestTea
|
|
|
public class UnitTest1
|
|
|
{
|
|
|
[TestMethod]
|
|
|
- public void TestMethod1()
|
|
|
+ public void TestTOREGISTRATION()
|
|
|
{
|
|
|
+ bool c = new Authorization();
|
|
|
+ Assert.IsTrue(Authorization().(new checkWorker("even52", "1"));
|
|
|
}
|
|
|
}
|
|
|
}
|