flipkart-incubator / Krystal

Apache License 2.0
7 stars 14 forks source link

#UnitTestVajramAnnotationProcessors #225

Open RamAnvesh opened 7 months ago

RamAnvesh commented 7 months ago

Currently there are no unit tests for the java annotation processors VajramModelGenProcessor and VajramImplGenProcessor. Because of this we are only able to test the happy scenarios and not able to test validation failures and non-happy scenarios.

We need to Add support for testing these annotation processors in which can run these annotation processors over various vajram classes and test all the scenarios

RamAnvesh commented 7 months ago

Ref:

https://stackoverflow.com/a/18620422 https://blog.jooq.org/how-to-unit-test-your-annotation-processor-using-joor/