- add dataReader test file

pull/26/head
Simon Gockner 6 years ago
parent 9c1b890959
commit 9d18e7058f
  1. 18
      Test.GBase/DataHandling/XmlDataReaderTest.cs

@ -0,0 +1,18 @@
// Author: Gockner, Simon
// Created: 2020-02-14
// Copyright(c) 2020 SimonG. All Rights Reserved.
using NUnit.Framework;
namespace Test.GBase.DataHandling
{
[TestFixture]
public class XmlDataReaderTest
{
[Test]
public void TestReadList()
{
}
}
}
Loading…
Cancel
Save