Skip to content

Unit testing

Riley Evans edited this page Mar 15, 2020 · 1 revision

There are two types of tests:

Non unity and unity

The non unity ones can test a single class if it doesn't use any MonoBehaviour crap

The unity ones are more like integration tests. The single test provided starts up a server and then emits events and checks that the correct events with correct data have been triggered.

Clone this wiki locally