Test Bases - KonradHeinser/EBSGFramework GitHub Wiki

Throughout many of the pages in this framework you will likely see things inheriting from test bases like EBSG_TestSelfCastBase or EBSG_TestHediffBase. The are basic bases that reside in the framework that make it easier to test specific comps and extensions without requiring as much typing. While these bases will provide a good generic test, they shouldn't be used outside a test environment, and instead be replaced with the full assortment of tags the def should have in your own mod. If you want to see the bases available, you can check all the bases in the framework here