parse typecode in ubl

This commit is contained in:
jstaerk
2024-10-31 13:00:06 +01:00
parent aeb491873d
commit 5eaedf2560
8 changed files with 861 additions and 792 deletions

View File

@@ -214,6 +214,9 @@ public class ZUGFeRDValidatorTest extends ResourceCase {
assertThat(res).valueByXPath("count(//error)")
.asInt()
.isEqualTo(3);
assertThat(res).valueByXPath("count(//warning)")
.asInt()
.isEqualTo(1);
assertThat(res).valueByXPath("count(//notice)")
.asInt()