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 @@
<Book>
<id></id>
<title></title>
</Book>

View File

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

View File

@@ -0,0 +1,9 @@
<Book>
<id>cfda163c-d5c1-44a2-909b-5d2ce3a31979</id>
<title>The Traveler</title>
<author>
<first_name>John</first_name>
<last_name>Twelve Hawks</last_name>
</author>
<year>2005</year>
</Book>

View File

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

View File

@@ -0,0 +1,4 @@
<Book>
<id>cfda163c-d5c1-44a2-909b-5d2ce3a31979</id>
<title>The Traveler</title>
</Book>

View File

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

View File

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