AspUnitRunner.Core.AspRunner.GetPostData C# (CSharp) Method

GetPostData() private method

private GetPostData ( ) : NameValueCollection
return System.Collections.Specialized.NameValueCollection
        private NameValueCollection GetPostData()
        {
            return new NameValueCollection {
                { "cboTestContainers", _testContainer },
                { "cboTestCases", _testCase },
                { "cmdRun", RunCommand }
            };
        }