aboutsummaryrefslogtreecommitdiff
path: root/Oscilloscope/OscilloscopeTests/WaveTests.cs
diff options
context:
space:
mode:
authorSyndamia <kami02882@gmail.com>2019-09-04 22:33:46 +0300
committerSyndamia <kami02882@gmail.com>2019-09-04 22:33:46 +0300
commitb2993028499dd994caf5e2a5bf362f3116416ae6 (patch)
treefb2102cd44d76de59802f9c3096cb638646a1beb /Oscilloscope/OscilloscopeTests/WaveTests.cs
parent737697fbf83d62a09b25313c7bd700c5b39d10f0 (diff)
downloadShower-b2993028499dd994caf5e2a5bf362f3116416ae6.tar
Shower-b2993028499dd994caf5e2a5bf362f3116416ae6.tar.gz
Shower-b2993028499dd994caf5e2a5bf362f3116416ae6.zip
Finished implementation and cleanup of Monitor.cs, implimented Wave.cs and added a project for testing
Diffstat (limited to 'Oscilloscope/OscilloscopeTests/WaveTests.cs')
-rw-r--r--Oscilloscope/OscilloscopeTests/WaveTests.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Oscilloscope/OscilloscopeTests/WaveTests.cs b/Oscilloscope/OscilloscopeTests/WaveTests.cs
new file mode 100644
index 0000000..aae4f17
--- /dev/null
+++ b/Oscilloscope/OscilloscopeTests/WaveTests.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Linq;
+using Oscilloscope;
+using NUnit.Framework;
+using System.Collections.Generic;
+
+namespace OscilloscopeTests {
+ [TestFixture]
+ public class WaveTests {
+
+ }
+}