menu_bookDocumentation
Unit Tests - s&box Documentation
Official s&box documentation for Unit Tests - automated testing. Unit Tests covers writing and running tests for s&box code. Tests can verify component behavior and game logic. The test framework integrates with standard .NET testing. Tests run in an isolated environment for consistency. Mocking allows testing without full scene setup. The editor provides test runner integration. Continuous integration can run tests automatically. Testing helps catch regressions during development. The hotloading system works with tests for rapid iteration. Proper test coverage improves code reliability and refactoring confidence.
Was this helpful?