diff options
Diffstat (limited to 'Oscilloscope/OscilloscopeTests/WaveTests.cs')
| -rw-r--r-- | Oscilloscope/OscilloscopeTests/WaveTests.cs | 12 |
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 { + + } +} |
