Exemplo n.º 1
0
        public void CheckHelloWorld()
        {
            string name = "nitish2";

            Assert.AreEqual(StudentsBLL.GetHello(name), "Hello nitish");
        }