You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameterize tests of Generated classes and fields (#139)
* Refactor class deprecation to GeneratedClass-enum
* Refactor more attributes to GenerateClass-enum
* Refactor testing of generated Enum-classes
* Minor refactoring
* Minor refactoring
* Refactor into `GeneratedEnum.java`
* Encapsulate test properties to `GeneratedSource.java`
* Set expected generated fields in runtime
* Add boolean 'isEnum' to `GeneratedClass`
* Parameterize generated fields
* Assert generated fields dynamically
* Migrate field-"nullability" from class to field level
* Minor refactor
* Type-Parameterize `GeneratedField` and remove uses of rawtypes
* Minor refactoring
* Set expected defaultValue in `GeneratedField`
* Add testing of `default`-values for fields
* Minor refactoring
* Assert record-fields are set to constructor-arguments
* Add testing values for all field types
* Refactor `TestSuite`-class
* Fix unsafe type-casting and remove redundant use of Optionals
* Fix unsafe cast in Enum-tests
0 commit comments