sschmid / Entitas-Shmup

Entitas Shmup - An advanced example project to teach how to use Entitas with Unity physics and unit test
https://github.com/sschmid/Entitas-CSharp
75 stars 27 forks source link

Why are you using TestHelper instead of getting the Pool "normally" #4

Open derkork opened 7 years ago

derkork commented 7 years ago

This is no real issue but a question: I studied your unit testing code and I am wondering why there is a TestHelper class which generates the pools instead of using the generated Pools class, which internally seems to do a similar thing?