Dev2.Core.Tests.UtilsTests.ActivityDesignerLanuageNotationConverterTest.ActivityDesignerLanuageNotationConverter_ConverToTopLevelRSNotation_WhenStringRecordsetWithSingleOpenRegionAndStar_StarNotationRecordset C# (CSharp) Method

ActivityDesignerLanuageNotationConverter_ConverToTopLevelRSNotation_WhenStringRecordsetWithSingleOpenRegionAndStar_StarNotationRecordset() private method

        public void ActivityDesignerLanuageNotationConverter_ConverToTopLevelRSNotation_WhenStringRecordsetWithSingleOpenRegionAndStar_StarNotationRecordset()
        {
            //------------Execute Test---------------------------

            var result = ActivityDesignerLanuageNotationConverter.ConvertToTopLevelRSNotation("abc(*");

            //------------Assert Results-------------------------

            Assert.AreEqual("[[abc(*)]]", result);
        }