Bewertungen werden nun gelesen
This commit is contained in:
18
SchnittstelleTests/Import/XML/v2006/XML2006Tests.cs
Normal file
18
SchnittstelleTests/Import/XML/v2006/XML2006Tests.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Schnittstelle.Import.XML.v2006;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Schnittstelle.Import.XML.v2006.Tests
|
||||
{
|
||||
[TestClass()]
|
||||
public class XML2006Tests
|
||||
{
|
||||
[TestMethod()]
|
||||
public void XML2006Test()
|
||||
{
|
||||
XML2006 xml = new XML2006("../../../../test_code.xml");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user