summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/Transport/TestREST.cs
diff options
context:
space:
mode:
authorEric Becking <eric.becking@sendgrid.com>2012-01-12 10:33:37 -0700
committerEric Becking <eric.becking@sendgrid.com>2012-01-12 10:33:37 -0700
commit68f58e77326f4fd3e2347014790f6298ab8d76ae (patch)
tree8fa4353ebcf723ed0b5e96d3b539367ea4a42543 /SendGrid/Tests/Transport/TestREST.cs
parent46e54865e6fc8ba011b61e0ed2b4bb46ac443633 (diff)
parent1afacb12a55178bf4637aa59b4e9fe53ba2d8663 (diff)
downloadsendgrid-csharp-68f58e77326f4fd3e2347014790f6298ab8d76ae.zip
sendgrid-csharp-68f58e77326f4fd3e2347014790f6298ab8d76ae.tar.gz
sendgrid-csharp-68f58e77326f4fd3e2347014790f6298ab8d76ae.tar.bz2
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882
Diffstat (limited to 'SendGrid/Tests/Transport/TestREST.cs')
-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()
{
}