Grundlegene Funktionen geschrieben
This commit is contained in:
20
dcnsanplanung.DALTests/Helper/WriteToDatabaseTests.cs
Normal file
20
dcnsanplanung.DALTests/Helper/WriteToDatabaseTests.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using dcnsanplanung.DAL.Helper;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace dcnsanplanung.DAL.Helper.Tests
|
||||
{
|
||||
[TestClass()]
|
||||
public class WriteToDatabaseTests
|
||||
{
|
||||
[TestMethod()]
|
||||
public void WriteToDatabaseTest()
|
||||
{
|
||||
WriteToDatabase writeToDatabase = new WriteToDatabase(@"C:\Users\damia\source\repos\dcnsanplanung\test_code.xml");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user