SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Refactor `consumer/.../ValidationTest` into parts #57

Open alexander-yevsyukov opened 1 year ago

alexander-yevsyukov commented 1 year ago

Currently the test suite residing under java-tests/consumer/.../ValidationTest tests not only aspects of customization of Validation working in combination with ProtoData, but other generic aspects of validation code generation.

This PR (#55) introduced a module (called vanilla) for testing general aspects. Please refactor consumer/.../ValidationTest so that parts related to generic validation are moved to vanilla.