weiks / quarters-unity-sdk

9 stars 8 forks source link

[Cleanup] Add Unit Tests for key classes #4

Closed thebrianbug closed 2 years ago

thebrianbug commented 2 years ago

Background

Our latest work is located in the develop branch. Currently, the SDK does not have any tests. We need to add some basic testing to help validate the C# code.

We want to add unit tests for the main Quarters class. After we get this we can investigate adding unit testing to other files as well as needed.

To do this, we may need to factor out the Unity runtime dependencies (via dependency injection perhaps). Or, make sure the Unity runtime is also accessible from the testing environment.

As coverage increases, feel free to also address any of the minor cleanup items listed here #2.

Acceptance Criteria

Resources

paulofer85 commented 2 years ago

Some advances I have made:

paulofer85 commented 2 years ago

I update the issue. We worked on the branch unity-experiments in a new .NET Core solution that shuould be imported into Unity. In this new solution you will be able to find:

thebrianbug commented 2 years ago

completed on a branch