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

            SampleBDC sampleBDC = new SampleBDC();

            #endregion Arrange


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

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

            #endregion Act & Assert
        }