Bumblebee.IntegrationTests.Extensions.ItemWithText.ItemWithText C# (CSharp) Method

ItemWithText() public method

public ItemWithText ( string text ) : System.Linq
text string
return System.Linq
        public ItemWithText(string text)
        {
            Text = text;
        }
ItemWithText