nspace icon indicating copy to clipboard operation
nspace copied to clipboard

Write tests

Open vanjac opened this issue 7 years ago • 1 comments

https://blogs.unity3d.com/2018/11/02/testing-test-driven-development-with-the-unity-test-runner/

Systems to test:

  • Voxel octree
  • VoxelArrayEditor functions:
    • Adjust
    • UpdateBevel
    • Flood fill select
  • Loading and saving
    • Property (de)serialization
  • PropertiesObjects apply properties to their components
  • PropertiesObjects contain no duplicate properties
  • Sensors function in game
  • Edit multiple selected objects
  • Deleting object removes references
  • Object clone
  • Menu file operations

vanjac avatar Jan 13 '19 02:01 vanjac

https://docs.unity3d.com/Packages/[email protected]/manual/workflow-create-test-assembly.html

Wait until #322

vanjac avatar Aug 19 '20 08:08 vanjac