Unit Testing in Unity Using the Unity Test Runner
· ☕ 2 min read
Testing code is important. It ensures that the code you just wrote works, but more importantly it serves as documentation about exactly what your code does and ensures that after months of maintenance and changes that the code you haven’t touched in months still does what you think.