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

            SampleBDC sampleBDC = new SampleBDC();

            #endregion Arrange


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

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

            #endregion Act & Assert
        }