TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Testing Framework #79

Closed Equinox- closed 7 years ago

Equinox- commented 7 years ago

Includes testing projects for Torch, Torch.Server, and Torch.Client Removes legacy Any CPU configuration from solution Adds central reflection manager capable of resolving (Get|Set)(Field|Property) and GetMethod.Invoke calls into delegates at runtime, and testing these using the aforementioned framework.