Check how to unit test setters, providers,...

Issue #28 resolved
Christian Oeing repo owner created an issue

This would make sure that bugs can be quickly tested and guarantee that they stay fixed even after refactoring.

With the Editor Test Runner (Windows -> Editor Test Runner) unit tests can be executed that use game objects and Untiy-specific code in general. But we have to check if the data bindings can be set up and used like at run time or if some additional code is necessary.

Comments (3)

  1. Christian Oeing reporter

    The DataBindingOperator class now has public methods for Init, Deinit, Enable and Disable, so they can be executed in a unit test. This should make derived scripts testable.

  2. Log in to comment