bafd130ece
* snapshot testing with verify * formatting * add back old serialization tests * pass verify * use json correctly * formatting * Don't use Quibble and order ourselves because ordering doesn't matter * whitespace on snapshot * Better json diffing? Quibble is back * add common project * add object unit tests to see how verify would work * format * move random exes to new solution folder * update lock files
42 lines
792 B
JSON
42 lines
792 B
JSON
[
|
|
{
|
|
"Name": "list",
|
|
"PropertyAttributeInfo": {
|
|
"ChunkSize": 1000,
|
|
"IsChunkable": true,
|
|
"IsDetachable": true
|
|
},
|
|
"Value": []
|
|
},
|
|
{
|
|
"Name": "arr",
|
|
"PropertyAttributeInfo": {
|
|
"ChunkSize": 300,
|
|
"IsChunkable": true,
|
|
"IsDetachable": true
|
|
}
|
|
},
|
|
{
|
|
"Name": "detachedProp",
|
|
"PropertyAttributeInfo": {
|
|
"ChunkSize": 1000,
|
|
"IsChunkable": false,
|
|
"IsDetachable": true
|
|
},
|
|
"Value": {
|
|
"name": "detachedProp",
|
|
"speckle_type": "Speckle.Core.Tests.Unit.Models.BaseTests+SamplePropBase",
|
|
"DynamicPropertyKeys": []
|
|
}
|
|
},
|
|
{
|
|
"Name": "@prop2",
|
|
"PropertyAttributeInfo": {
|
|
"ChunkSize": -1,
|
|
"IsChunkable": false,
|
|
"IsDetachable": true
|
|
},
|
|
"Value": 2
|
|
}
|
|
]
|