feat(assert): add marshaling assertion helpers for JSON, YAML and XML

This commit is contained in:
2021-11-06 20:24:01 +00:00
parent edb189f086
commit 3f967b571f
118 changed files with 1248 additions and 17 deletions

View File

@@ -0,0 +1 @@
<Comic id="2fd5af35-b85e-4f03-8eba-524be28d7a5b" issue="Forty Two">Hello World!</Comic>

View File

@@ -0,0 +1,4 @@
<Article>
<id></id>
<title></title>
</Article>

View File

@@ -0,0 +1 @@
<bool>false</bool>

View File

@@ -0,0 +1,9 @@
<Article>
<id>10eec54d-e30a-4428-be18-01095d889126</id>
<title>Time Travel</title>
<author>
<first_name>Doc</first_name>
<last_name>Brown</last_name>
</author>
<date>2021-10-27T22:30:34Z</date>
</Article>

View File

@@ -0,0 +1 @@
<int>42</int>

View File

@@ -0,0 +1,4 @@
<Book>
<id>10eec54d-e30a-4428-be18-01095d889126</id>
<title>Time Travel</title>
</Book>

View File

@@ -0,0 +1 @@
<string>hello world</string>

View File

@@ -0,0 +1 @@
<bool>true</bool>