public void ThreadTestTest() { ThreadTask threadTask = new ThreadTask(); string str = threadTask.ThreadTest(); Assert.AreEqual(str, "1234test"); }