cncfanatics / Unit3D

Unit testing framework for unity3D, supporting proper integration tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit3D

Unit testing framework with a focus on being able to do proper integration tests

Basic usage

Put the 3 files in the asset folder into your project You can then add unit tests and a menu item to start your tests into the Editor folder (or wherever else you prefer)

See the TestAssert.cs, TestGenerators.cs and TestRunner.cs files to see basic usage examples, they're nicely documented

About

Unit testing framework for unity3D, supporting proper integration tests

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%