uUnit is a Unit Testing framework written
specifically for Unity.
Try it out! Web Demo
Online Documentation
Feature Overview
+ Supports both C# and UnityScript (Javascript) tests
+ Only 1 script (2 lines of code) needed to get started!
+ Run unit tests in-editor & in-game
+ Familiar syntax for reduced learning curve
+ Extensive command line interface
+ Native Unity GUI
+ Tight integration with Unity Console
+ Comprehensive documentation
+ Active Developer Support
+ Xml Output of test results
+ v3.x and v4.x of Unity supported
uUnit has been written from the ground up to provide developers with a
drop-in solution to
authoring and running unit tests with Unity.
Bundled with a Unity compatible Mocking / Stubbing framework, uUnit is
one of the best ways
to develop your game using TDD in combination with Continuous Integration.