Files
speckle-sharp-sdk/tests/Speckle.Objects.Tests.Unit/Geometry/BoxTests.CanCreateBox.verified.json
T
Adam Hathcock bafd130ece Snapshot testing (#208)
* 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
2025-01-16 13:46:53 +00:00

91 lines
2.0 KiB
JSON

{
"basePlane": {
"origin": {
"units": "m",
"speckle_type": "Objects.Geometry.Point",
"DynamicPropertyKeys": []
},
"normal": {
"units": "m",
"z": 1.0,
"Length": 1.0,
"speckle_type": "Objects.Geometry.Vector",
"DynamicPropertyKeys": []
},
"xdir": {
"units": "m",
"x": 1.0,
"Length": 1.0,
"speckle_type": "Objects.Geometry.Vector",
"DynamicPropertyKeys": []
},
"ydir": {
"units": "m",
"y": 1.0,
"Length": 1.0,
"speckle_type": "Objects.Geometry.Vector",
"DynamicPropertyKeys": []
},
"units": "m",
"speckle_type": "Objects.Geometry.Plane",
"DynamicPropertyKeys": []
},
"plane": {
"origin": {
"units": "m",
"speckle_type": "Objects.Geometry.Point",
"DynamicPropertyKeys": []
},
"normal": {
"units": "m",
"z": 1.0,
"Length": 1.0,
"speckle_type": "Objects.Geometry.Vector",
"DynamicPropertyKeys": []
},
"xdir": {
"units": "m",
"x": 1.0,
"Length": 1.0,
"speckle_type": "Objects.Geometry.Vector",
"DynamicPropertyKeys": []
},
"ydir": {
"units": "m",
"y": 1.0,
"Length": 1.0,
"speckle_type": "Objects.Geometry.Vector",
"DynamicPropertyKeys": []
},
"units": "m",
"speckle_type": "Objects.Geometry.Plane",
"DynamicPropertyKeys": []
},
"xSize": {
"start": -1.0,
"end": 1.0,
"Length": 2.0,
"speckle_type": "Objects.Primitive.Interval",
"DynamicPropertyKeys": []
},
"ySize": {
"start": -2.0,
"end": 2.0,
"Length": 4.0,
"speckle_type": "Objects.Primitive.Interval",
"DynamicPropertyKeys": []
},
"zSize": {
"start": -3.0,
"end": 3.0,
"Length": 6.0,
"speckle_type": "Objects.Primitive.Interval",
"DynamicPropertyKeys": []
},
"units": "m",
"area": 88.0,
"volume": 48.0,
"speckle_type": "Objects.Geometry.Box",
"DynamicPropertyKeys": []
}