Example #1
0
        public void GetApplicationHeading_ForEveryCall_ten_ReturnsDummyValue()
        {
            #region Arrange

            SampleBDC sampleBDC = new SampleBDC();

            #endregion Arrange


            #region Act & Assert
            var heading = sampleBDC.GetApplicationHeadingnine();

            Assert.AreEqual(heading, ".NET MVC WebApplication ts nine");

            #endregion Act & Assert
        }