Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minapecheux/unitytutorials-unittesting

The code for a short tutorial on how to implement basic unit testing in Unity/C# using the Unity Test Framework (in text or video format)!
https://github.com/minapecheux/unitytutorials-unittesting

automation ci-cd cicd csharp devops devops-tools test testing unit-testing unittest unity

Last synced: about 2 hours ago
JSON representation

The code for a short tutorial on how to implement basic unit testing in Unity/C# using the Unity Test Framework (in text or video format)!

Awesome Lists containing this project

README

        

# [Unity/C#] Basic unit testing

**Mina Pêcheux - January 2022**

What is unit testing and how can we run basic C# unit tests in Unity using the official Test Framework package? Let's discover more in this video/text tutorial: "Do basic unit testing (Unity/C#)" :)

You can read it in text format [on Medium](https://mina-pecheux.medium.com/9de7f923d2ee), or watch it [on Youtube](https://youtu.be/pr5FBtu5SvQ).

![thumbnail](imgs/yt_thumbnail.png)

In this less than 30 minutes-tutorial, I'm discussing what unit testing is, why it's interesting for game development (although not that frequent among game developers...) and how we can implement simple C# unit tests with the Unity Test Framework!

This Github repo contains the custom `Matrix` C# class and associated unit tests that I talk about in the tutorial :)