summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/Transport/TestREST.cs
diff options
context:
space:
mode:
authorCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-13 16:42:38 -0800
committerCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-13 16:42:38 -0800
commit3bffb9c83a6983e83cfd842e3f6814a568fa0dc9 (patch)
tree0a3ea3c55d92a6b2af496d049a33d45a5309c828 /SendGrid/Tests/Transport/TestREST.cs
parent5d12231da2ac87f16aa7600da8d1cd211056de06 (diff)
parentbd81ad6bb7f5ac946710fecca29d0b81d41bb030 (diff)
downloadsendgrid-csharp-3bffb9c83a6983e83cfd842e3f6814a568fa0dc9.zip
sendgrid-csharp-3bffb9c83a6983e83cfd842e3f6814a568fa0dc9.tar.gz
sendgrid-csharp-3bffb9c83a6983e83cfd842e3f6814a568fa0dc9.tar.bz2
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp
Diffstat (limited to 'SendGrid/Tests/Transport/TestREST.cs')
-rwxr-xr-xSendGrid/Tests/Transport/TestREST.cs24
1 files changed, 24 insertions, 0 deletions
diff --git a/SendGrid/Tests/Transport/TestREST.cs b/SendGrid/Tests/Transport/TestREST.cs
new file mode 100755
index 0000000..ccbab48
--- /dev/null
+++ b/SendGrid/Tests/Transport/TestREST.cs
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using NUnit.Framework;
+
+namespace Tests.Transport
+{
+ [TestFixture]
+ class TestREST
+ {
+ [Test]
+ public void TestDeliver()
+ {
+
+ }
+
+ [Test]
+ public void TestConstructor()
+ {
+
+ }
+ }
+}