about summary refs log tree commit diff
path: root/IrcStates/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'IrcStates/Tests')
-rw-r--r--IrcStates/Tests/Cap.cs9
-rw-r--r--IrcStates/Tests/Casemap.cs9
-rw-r--r--IrcStates/Tests/Channel.cs9
-rw-r--r--IrcStates/Tests/Emit.cs9
-rw-r--r--IrcStates/Tests/ISupport.cs10
-rw-r--r--IrcStates/Tests/Mode.cs9
-rw-r--r--IrcStates/Tests/Motd.cs9
-rw-r--r--IrcStates/Tests/User.cs9
-rw-r--r--IrcStates/Tests/Who.cs9
9 files changed, 82 insertions, 0 deletions
diff --git a/IrcStates/Tests/Cap.cs b/IrcStates/Tests/Cap.cs
new file mode 100644
index 0000000..dcd0e50
--- /dev/null
+++ b/IrcStates/Tests/Cap.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Cap
+    {
+    }
+}
diff --git a/IrcStates/Tests/Casemap.cs b/IrcStates/Tests/Casemap.cs
new file mode 100644
index 0000000..fef9a31
--- /dev/null
+++ b/IrcStates/Tests/Casemap.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Casemap
+    {
+    }
+}
diff --git a/IrcStates/Tests/Channel.cs b/IrcStates/Tests/Channel.cs
new file mode 100644
index 0000000..0de5f37
--- /dev/null
+++ b/IrcStates/Tests/Channel.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Channel
+    {
+    }
+}
diff --git a/IrcStates/Tests/Emit.cs b/IrcStates/Tests/Emit.cs
new file mode 100644
index 0000000..f4495c5
--- /dev/null
+++ b/IrcStates/Tests/Emit.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Emit
+    {
+    }
+}
diff --git a/IrcStates/Tests/ISupport.cs b/IrcStates/Tests/ISupport.cs
new file mode 100644
index 0000000..aa6260a
--- /dev/null
+++ b/IrcStates/Tests/ISupport.cs
@@ -0,0 +1,10 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+// ReSharper disable InconsistentNaming
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class ISupport
+    {
+    }
+}
diff --git a/IrcStates/Tests/Mode.cs b/IrcStates/Tests/Mode.cs
new file mode 100644
index 0000000..e7b70f4
--- /dev/null
+++ b/IrcStates/Tests/Mode.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Mode
+    {
+    }
+}
diff --git a/IrcStates/Tests/Motd.cs b/IrcStates/Tests/Motd.cs
new file mode 100644
index 0000000..8ca7f07
--- /dev/null
+++ b/IrcStates/Tests/Motd.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Motd
+    {
+    }
+}
diff --git a/IrcStates/Tests/User.cs b/IrcStates/Tests/User.cs
new file mode 100644
index 0000000..540d31f
--- /dev/null
+++ b/IrcStates/Tests/User.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class User
+    {
+    }
+}
diff --git a/IrcStates/Tests/Who.cs b/IrcStates/Tests/Who.cs
new file mode 100644
index 0000000..359991c
--- /dev/null
+++ b/IrcStates/Tests/Who.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Who
+    {
+    }
+}