Die Materialien werden jetzt angezeigt, todo noch nicht alle sind implementiert
This commit is contained in:
20
SchnittstelleImporterTests/I2006XMLTests.cs
Normal file
20
SchnittstelleImporterTests/I2006XMLTests.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using SchnittstelleImporter;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SchnittstelleImporter.Tests
|
||||
{
|
||||
[TestClass()]
|
||||
public class I2006XMLTests
|
||||
{
|
||||
[TestMethod()]
|
||||
public void LoadRefListeTest()
|
||||
{
|
||||
I2006XML.LoadRefListe();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user