chark/unity-scriptable-objects

Add unit tests for Runtime

Edvinas01 opened this issue · 0 comments

Add tests for Runtime folder which would test the following functionality:

  • Event subscription, raising for all existing game event types.
  • Mutable object value changing, resetting for all existing mutable object types.

Follow the following guidelines on how to setup the folder structure. In addition to that, this article can give more insight in how it can be setup.