Unit testing private methods through extraction
When you use unit tests you have to intentionally write code that is testable. What about private methods? How do you test those? And no, you should NOT change the…
When you use unit tests you have to intentionally write code that is testable. What about private methods? How do you test those? And no, you should NOT change the…
Installation from Github These instructions will explain how to get GodotXUnit integrated to your project and working with Rider. [XunitTestCaseDiscoverer("GodotXUnitApi.Internal.GodotFactDiscoverer", "GodotXUnitApi")] And replace the GodotXUnitApi with your project’s assembly name,…