Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)!
- Host: GitHub
- URL: https://github.com/minapecheux/unitytutorials-unittesting
- Owner: MinaPecheux
- Created: 2022-01-03T16:37:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T16:59:11.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T15:08:27.819Z (over 1 year ago)
- Topics: automation, ci-cd, cicd, csharp, devops, devops-tools, test, testing, unit-testing, unittest, unity
- Language: C#
- Homepage: https://minapecheux.com
- Size: 257 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)