MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.64k stars 1.32k forks source link

test: add private serialisation cases to type serialiser tests #5217

Closed BenjaminAmos closed 3 months ago

BenjaminAmos commented 3 months ago

Contains

This adds some tests to verify that private fields are no longer serialised (following on from #5208).

How to test

The testMixedVisibilityTypeClassTypeHandlerCreationViaFactory and testMixedVisibilityMultipleObjectsOfSameType tests should succeed.