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

            SampleBDC sampleBDC = new SampleBDC();

            #endregion Arrange


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

            Assert.AreEqual(heading, "WebApplication ts eleven");

            #endregion Act & Assert
        }