BindaTests.NeededObjectsFactory.CreatePrefixForm C# (CSharp) Method

CreatePrefixForm() public static method

public static CreatePrefixForm ( ) : MySamplePrefixForm
return BindaTests.NeededObjects.MySamplePrefixForm
        public static MySamplePrefixForm CreatePrefixForm()
        {
            return new MySamplePrefixForm
            {
                txtTitle = { Text = TestVariables.Title },
                txtAuthor = { Text = TestVariables.Author },
                dpDate = { Value = TestVariables.Posted },
                txtBody = { Text = TestVariables.Body }
            };
        }