Exemplo n.º 1
0
        public void GetWelcome()
        {
            //Arrange
            UnitTestMethods test5 = new UnitTestMethods();

            //Act
            string actual = test5.GetWelcome();

            //Assert
            Assert.Equal("Welcome!", actual);
        }