Documents: Add DeliveryDepreciationList
All checks were successful
Test / Run tests (push) Successful in 1m55s
All checks were successful
Test / Run tests (push) Successful in 1m55s
This commit is contained in:
@ -16,14 +16,19 @@ namespace Tests.DocumentTests {
|
||||
Assert.That(text, Contains.Substring("Qualitätsstatistik"));
|
||||
Assert.That(text, Contains.Substring("Saison 2020"));
|
||||
Assert.That(text, Contains.Substring("""
|
||||
Qualitätswein
|
||||
73 2 4 431
|
||||
74 2 4 203
|
||||
75 3 5 176
|
||||
77 1 842
|
||||
Wein
|
||||
75 1 2 561
|
||||
78 1 2 901
|
||||
79 1 1 280
|
||||
80 1 3 198
|
||||
87 1 3 129
|
||||
"""));
|
||||
Assert.That(text, Contains.Substring("""
|
||||
Qualitätswein
|
||||
73 2 4 431
|
||||
74 2 4 203
|
||||
75 2 2 615
|
||||
77 1 842
|
||||
82 1 4 002
|
||||
"""));
|
||||
Assert.That(text, Contains.Substring("""
|
||||
@ -31,14 +36,14 @@ namespace Tests.DocumentTests {
|
||||
84 3 8 960
|
||||
85 3 11 181
|
||||
86 1 2 987
|
||||
87 2 5 002
|
||||
87 1 1 873
|
||||
89 2 4 723
|
||||
"""));
|
||||
Assert.That(text, Contains.Substring(
|
||||
"80 5 " + "13 069 " +
|
||||
"- 0 0 " +
|
||||
"- 0 0 " +
|
||||
"77 12 " + "26 033 " +
|
||||
"86 11 " + "32 853"));
|
||||
"77 5 " + "11 568 " +
|
||||
"85 6 " + "17 561"));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user