summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-278-745/+0
|
* Implement pull #127, add api key constructorsElmer Thomas2015-11-241-64/+77
|
* Adding classic keysElmer Thomas2015-11-241-0/+0
|
* Updating assembly dependencies.Elmer Thomas2015-11-242-0/+8
|
* NUnit Test Runner is causing havoc on TravisElmer Thomas2015-11-121-4/+4
|
* Try it again, for Travis' sakeElmer Thomas2015-11-121-3/+3
|
* RevertElmer Thomas2015-11-121-3/+3
|
* Travis!Elmer Thomas2015-11-121-4/+4
|
* Added NUnit test adaptor. Resharper is now optional.Elmer Thomas2015-11-123-8/+29
|
* Updating testsElmer Thomas2015-11-114-77/+12
|
* Updating testsElmer Thomas2015-11-112-0/+75
|
* Add commentsElmer Thomas2015-11-091-0/+4
|
* A first implementation of a Web API v3 clientElmer Thomas2015-11-062-3/+7
|
* maybe?Brandon West2015-04-221-1/+0
|
* fix merge conflictsBrandon West2015-04-222-0/+36
|\
| * Refactor error handling. Add test for checking for bad username / password ↵Howard van Rooijen2015-02-062-0/+36
| | | | | | | | scenario
* | add new smtp api header methodsBrandon West2015-04-222-5/+3
| |
* | fix buildBrandon West2015-04-211-349/+356
| |
* | mergeBrandon West2015-04-211-2/+12
|\ \
| * | AddSectionWataru Sato2015-01-281-1/+1
| | |
| * | AddSectionWataru Sato2015-01-281-9/+9
| | |
| * | AddSectionWataru Sato2015-01-281-0/+12
| |/
* | Merge pull request #77 from lukasz-lysik/masterBrandon West2015-04-211-0/+51
|\ \ | |/ |/| Sink host introduced
| * Sink host introducedlukasz-lysik2014-06-231-0/+51
| |
* | update nuget refsBrandon West2015-01-252-2/+4
| |
* | line endings and whitespaceBrandon West2014-10-071-74/+74
| |
* | add CC, Bcc supportJosh Huber2014-08-151-2/+11
|/
* fix build configs and testsBrandon West2014-06-201-7/+6
|
* deprecate NET40Brandon West2014-06-203-69/+32
|
* removed unused assemblyBrandon West2014-06-141-3/+0
|
* fix Tests.csproj output dirBrandon West2014-06-141-1/+1
|
* fix warningBrandon West2014-06-141-3/+0
|
* more fixesBrandon West2014-06-143-32/+17
|
* fix bad csprojBrandon West2014-06-141-1/+0
|
* fix hintpaths reallyBrandon West2014-06-141-31/+25
|
* update hintpathsBrandon West2014-06-141-2/+3
|
* update hint pathsBrandon West2014-06-141-3/+2
|
* add MoqBrandon West2014-06-142-0/+17
|
* remove app.config dependentsBrandon West2014-06-141-16/+0
|
* add app.configBrandon West2014-06-141-0/+19
|
* enable package restore for Tests.csprojBrandon West2014-06-141-1/+1
|
* add conditional compile symbol specifying whether or not to use ↵Brandon West2014-06-141-7/+16
| | | | publickeytoken for friend assemblies
* add BuildNet40 build config, make signing assembly conditionalBrandon West2014-06-143-10/+7
|
* add ReleaseNet40 and ReleaseNet45 build configsBrandon West2014-06-131-0/+8
|
* sign assembliesBrandon West2014-05-211-0/+7
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-214-40/+35
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Factory removed from Webparoos2014-05-091-2/+2
| | | | Public constructor created (IoC friendly)
* Usable with an IoC Containerparoos2014-05-092-2/+2
|
* Terrible mistake, solution didn't catch file rename.Alex Reed (Xerax)2014-02-171-1/+1
|
* Renamed TestWeb to TestWebApi.Alex Reed (Xerax)2014-02-171-78/+78
|
* Cleaned up Unit TestsAlex Reed (Xerax)2014-02-171-35/+47
|
* Cleaned up code;Alex Reed (Xerax)2014-02-164-396/+405
| | | | | | | | | - Converted to tabs instead of 4 spaces. - Changed some private variable names to be C#4 standards compliant. - Renamed the WEBAPI class to be WebApi (see above). - Slightly tweaked the tests to load credential data from a private constant string at the top of the file, so you don't have to set Email/Password info for every instance it's used. - Cleaned up some foreach's to be LINQ statements - Decreased nesting where possible.
* Updated solutions to add support for Visual Studio 2013 (Keeping support for ↵Alex Reed (Xerax)2014-02-161-0/+3
| | | | 2010 and 2012)
* fix dependenciesBrandon West2014-01-202-7/+16
|
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-0610-582/+59
|
* add AddSection call and testsBrandon West2013-10-241-0/+9
|
* update packages.configBrandon West2013-10-241-0/+3
|
* add Microsoft.Bcl.Async dependencyBrandon West2013-10-241-3/+21
|
* reversion to 1.2.0 since not a breaking changeBrandon West2013-07-291-2/+2
|
* set things up for both .NET 4.0 and 4.5Brandon West2013-07-291-1/+1
|
* set target framework to .NET 4.5Brandon West2013-07-291-0/+4
|
* NUnit test added for SetCategories()BobMcLaren2013-07-161-0/+9
|
* add todos and remove failing test for nowBrandon West2013-01-122-44/+6
|
* refactored Web API to use RestSharp instead of codescales, unstabledBrandon West2013-01-121-5/+5
|
* clean up build warningsBrandon West2013-01-102-4/+3
|
* merge streaming-attachments branchBrandon West2012-07-132-0/+40
|\
| * tests for streaming attachments via restTyler Bischel2012-04-262-0/+40
| |
* | add passing test for setting and getting X-SMTPAPI "to" arrayBrandon West2012-07-131-0/+12
|/
* added examples based on user feedbackTyler Bischel2012-01-241-1/+1
|
* added test coverage to two functions in SendGrid.csTyler Bischel2012-01-241-0/+24
|
* updated the tests for AddSubVal and mapped some header functionality to the ↵Tyler Bischel2012-01-241-9/+5
| | | | SendGrid object
* renamed REST transport to WebTyler Bischel2012-01-242-4/+4
|
* give the REST interface some loveTyler Bischel2012-01-161-8/+31
|
* merged and added some new testsTyler Bischel2012-01-163-19/+56
|\
| * Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-162-11/+7
| | | | | | | | refactored a large portion of code
* | removed redundant code and added some unit testsTyler Bischel2012-01-161-2/+22
|/
* refactoring to add coverageTyler Bischel2012-01-163-0/+58
|
* fixes to SendGrid means updated tests for the fixesTyler Bischel2012-01-161-13/+13
|
* fixed attachments and REST works!!Tyler Bischel2012-01-131-10/+10
|
* fixed a bug in the testTyler Bischel2012-01-131-1/+1
|
* update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-133-32/+30
| | | | constructors initializable only by factory functions
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-121-2/+2
|
* fixed mergeEric Becking2012-01-124-6/+346
|\
| * Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Eric Becking2012-01-124-6/+346
| |\
| | * fixed unit test bug that popped up due to a header bugCJ Buchmann2012-01-111-20/+20
| | |
| | * Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-116-29/+311
| | |\ | | | | | | | | | | | | | | | | Conflicts: SendGrid/Example/Program.cs
| | | * Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Tyler Bischel2012-01-111-0/+120
| | | |\
| | | * | basic file for non-existent rest tests... tbdTyler Bischel2012-01-111-1/+7
| | | | |
| | | * | added tests for SMTP deliveryTyler Bischel2012-01-111-5/+49
| | | | |
| | * | | added unit tests for SendGrid Enable/Disable filtersCJ Buchmann2012-01-112-0/+290
| | | | |
| * | | | Documentation for ISendgrid and an update to the headers in SendgGrid.csEric Becking2012-01-121-1/+24
| | |_|/ | |/| |
* | | | fixed the last test for AddAttachmentEric Becking2012-01-121-1/+26
|/ / /
* | | Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882Eric Becking2012-01-113-27/+134
|\ \ \ | | |/ | |/|
| * | new tests for extended tree functionality like attaching an array of strings ↵Tyler Bischel2012-01-111-17/+60
| | | | | | | | | | | | to the header, plus some cleanup, also an isempty function so that the sendgrid message can ignore the empty headers
| * | only tests the basic serialization, to make sure it works correctly...Tyler Bischel2012-01-111-5/+0
| | |
| * | tests to add SendGrid specific headers to a mimeTyler Bischel2012-01-111-1/+75
| |/
| * removed bogus unit test used to demonstrate moqTyler Bischel2012-01-111-6/+1
| |
* | functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵Eric Becking2012-01-111-0/+120
|/ | | | held in the TestSendgridMessageSetup.cs file
* example project sends email, tree node for filters created, json encoding ↵Tyler Bischel2012-01-103-0/+81
| | | | done, other fixes
* bad constructorTyler Bischel2012-01-101-1/+1
|