示例#1
0
        public void SetupDifferentOutputType_SendToHttp_ActionResultSucessTrue(string address, TestFile file)
        {
            _account.Url = GetUrl() + address;
            _th.GenerateGsJob_WithSetOutput(file, "file1");
            _th.AddOutputFileToJob(file, "file2");
            _th.AddOutputFileToJob(file, "file3");
            _th.Job.Accounts.HttpAccounts.Add(_account);

            var actionResult = _httpAction.ProcessJob(_th.Job);

            Assert.IsTrue(actionResult);
        }