Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f268e9ef authored by Harald Martini's avatar Harald Martini
Browse files

refactored MRF tests

parent 2503921f
Branches
Tags
No related merge requests found
......@@ -234,6 +234,7 @@
<Compile Include="Utils\MockModalDataContainer.cs" />
<Compile Include="Utils\DoubleExtensionMethodTest.cs" />
<Compile Include="Utils\VectoMathTest.cs" />
<Compile Include="XML\Reports\CustomerInformationFileWriterTest.cs" />
<Compile Include="XML\Reports\ManufacturerReportWriterTest.cs" />
<Compile Include="XML\XMLCompleteBusReaderTest.cs" />
<Compile Include="XML\XMLDeclarationInputTest.cs" />
......
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace TUGraz.VectoCore.Tests.XML.Reports
{
[TestFixture]
internal class CustomerInformationFileWriterTest : MRF_CIF_WriterTestBase
{
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment