diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-12 21:09:42 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-12 21:09:42 +0000 |
| commit | a0507c2e44800c8fe6c45ea02d8d363d00d77399 (patch) | |
| tree | 2b9d5ac51bbec472f90e3e0286a5634f6acd2ce6 /tests/IsoMounter.Test/UnitTest1.cs | |
| parent | 84678ba7baa7db600a13b081ffd40623dc0d86b1 (diff) | |
IsoMounter.Test project
Diffstat (limited to 'tests/IsoMounter.Test/UnitTest1.cs')
| -rw-r--r-- | tests/IsoMounter.Test/UnitTest1.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/IsoMounter.Test/UnitTest1.cs b/tests/IsoMounter.Test/UnitTest1.cs new file mode 100644 index 000000000..26e2807b1 --- /dev/null +++ b/tests/IsoMounter.Test/UnitTest1.cs @@ -0,0 +1,15 @@ +using System; +using NUnit.Framework; + +namespace IsoMounter.Test +{ + [TestFixture] + public class UnitTest1 + { + [Test] + public void Test1() + { + Assert.That(true, Is.True); + } + } +}
\ No newline at end of file |
