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

ActivityDesignerLanuageNotationConverter_ConverToTopLevelRSNotation_WhenStringScalar_AppendNotationRecordset() private method

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

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

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

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