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 @@
{}

View File

@@ -0,0 +1 @@
<MyBook></MyBook>

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,3 @@
{
"foo_bar": "Hello World!"
}

View File

@@ -0,0 +1,3 @@
<MyBook>
<Foo_Bar>Hello World!</Foo_Bar>
</MyBook>

View File

@@ -0,0 +1 @@
fooBar: Hello World!