Exemple #1
0
        public void GetTestScenario_Current_WithNotTested()
        {
            const string expectedResult = TestData.TestStateNotTested;

            UnitTestingHelper.GetNewTestScenario("name", "id", "description");
            MbUnit.Framework.Assert.AreEqual(
                expectedResult,
                UnitTestingHelper.GetTestScenarioStatus(true));
        }