aboutsummaryrefslogtreecommitdiff
path: root/tests/DvdLib.Test/UnitTest1.cs
diff options
context:
space:
mode:
authorBen Magee <ben@bmagee.com>2018-12-12 20:25:46 +0000
committerBen Magee <ben@bmagee.com>2018-12-12 20:25:46 +0000
commit9964d2ff93661c420287630bd4b6e78e469641fc (patch)
tree8b12d34af878471260b62a5ef31165de24af3a54 /tests/DvdLib.Test/UnitTest1.cs
parent78fd1574502d94ce330bb83462918a6ce68bb66a (diff)
DvdLib.Test
Diffstat (limited to 'tests/DvdLib.Test/UnitTest1.cs')
-rw-r--r--tests/DvdLib.Test/UnitTest1.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/DvdLib.Test/UnitTest1.cs b/tests/DvdLib.Test/UnitTest1.cs
new file mode 100644
index 000000000..7328ccaf3
--- /dev/null
+++ b/tests/DvdLib.Test/UnitTest1.cs
@@ -0,0 +1,15 @@
+using System;
+using NUnit.Framework;
+
+namespace DvdLib.Test
+{
+ [TestFixture]
+ public class UnitTest1
+ {
+ [Test]
+ public void Test1()
+ {
+ Assert.That(true, Is.True);
+ }
+ }
+} \ No newline at end of file