summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-11 16:37:15 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-11 16:37:15 -0800
commit49b62e5e11bdce40953b74d2ed358feb8b8d4c00 (patch)
treec714023b7f106139437960eb7a259e35d9d94be5
parentc01e2c80b5b6b00f4d9dda0b64cec7158114ea93 (diff)
downloadsendgrid-csharp-49b62e5e11bdce40953b74d2ed358feb8b8d4c00.zip
sendgrid-csharp-49b62e5e11bdce40953b74d2ed358feb8b8d4c00.tar.gz
sendgrid-csharp-49b62e5e11bdce40953b74d2ed358feb8b8d4c00.tar.bz2
basic file for non-existent rest tests... tbd
-rwxr-xr-xSendGrid/Tests/Transport/TestREST.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/SendGrid/Tests/Transport/TestREST.cs b/SendGrid/Tests/Transport/TestREST.cs
index 747e540..ccbab48 100755
--- a/SendGrid/Tests/Transport/TestREST.cs
+++ b/SendGrid/Tests/Transport/TestREST.cs
@@ -10,7 +10,13 @@ namespace Tests.Transport
class TestREST
{
[Test]
- public void Deliver()
+ public void TestDeliver()
+ {
+
+ }
+
+ [Test]
+ public void TestConstructor()
{
}