Tests implementiert
This commit is contained in:
@@ -13,7 +13,8 @@ using Xunit;
|
||||
namespace Hochbaustatistik.Testing.Utilities
|
||||
{
|
||||
public class DataOpsTest
|
||||
{
|
||||
{
|
||||
readonly string sourceFile = @"TestData\TestData.csv";
|
||||
public readonly VorgangInpro vorgang = new VorgangInpro() { Schlussabnahme = "2022" };
|
||||
|
||||
[Theory]
|
||||
@@ -118,7 +119,7 @@ namespace Hochbaustatistik.Testing.Utilities
|
||||
Assert.Equal(expected2, actuals.ElementAt(1));
|
||||
}
|
||||
|
||||
[Fact(Skip = "Keine Datenbank-Verbindung möglich")]
|
||||
[Fact]
|
||||
public void MergeInproWithITNRWTest()
|
||||
{
|
||||
var resultFile = @"C:\TEMP\hochbaustatistik.csv";
|
||||
|
||||
Reference in New Issue
Block a user