From b2993028499dd994caf5e2a5bf362f3116416ae6 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 4 Sep 2019 22:33:46 +0300 Subject: Finished implementation and cleanup of Monitor.cs, implimented Wave.cs and added a project for testing --- Oscilloscope/OscilloscopeTests/WaveTests.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Oscilloscope/OscilloscopeTests/WaveTests.cs (limited to 'Oscilloscope/OscilloscopeTests/WaveTests.cs') 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 { + + } +} -- cgit v1.2.3