Unit testing tool [ALPHA]

G’day lads

I created meself a unit testing tool, and it’d be my pleasure to share it with the community.
It’s in what I would call an alpha stage, I’ve fixed all known bugs, but I’m still the only one to have tested it.

Once it’s been thoroughly tested, I will put it up on the Asset Store for free with a more catchy name than Unit testing tool. I thought about calling it Tiny Test, what do you think? I’ll take any creative ideas for the name :slight_smile:

And here’s a screenshot:
1390902--71438--$UnitTesting3.PNG

You can grab it from here: https://bitbucket.org/mathiassoeholm/unity-unit-testing-framework/downloads/UnitTestingFramework%200.2.unitypackage Old Release

Instructions:
You open the unit test window from the Window menu.
Only disclaimer is that you shouldn’t put the files in a folder called editor or plugins, as it’ll have to be in the same assembly as the code you want to test.

Have a nice day!

EDIT: New Release 1.0
https://bitbucket.org/mathiassoeholm/unity-unit-testing-framework/downloads/TinyTest%201.0.unitypackage

Hey, just wanted to chime in with support for your project. I’m super new to unit testing - in fact, finding this thread is part of my initial research on the topic - but I like that screenshot, haha. If I manage to get anything up and running, or even wrap my head around proper unit testing, I’ll be sure to send you some feedback.

Oh also, Tiny Test has a nice ring to it.

Thanks there’s a new release, check top post :slight_smile: