Setup unit test framework

Issue #1 resolved
Philipp von Böselager created an issue

In order to assure the transformation rules are working as expected, the rules shall be tested. UnitTests allow to split tests into small units, like one test per rule. Having realized this, running all tests directly indicates, which transformation rules do not work as expected.

DOD:

  • UnitTest framework is set up
  • Transformation rules are set up
  • Input chunk is set up
  • Expected output (result) is defined

Comments (2)

  1. Log in to comment