コード例 #1
0
ファイル: SampleBDCTest.cs プロジェクト: kartikmeh/dotnet
        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
        }