meanbeanlib / meanbean

Automated JavaBean Testing
Apache License 2.0
15 stars 3 forks source link

Add EnumFactoryLookup so that EnumFactory instances can be dynamically created #5

Closed meanbeanlib closed 4 years ago

meanbeanlib commented 4 years ago

Add EnumFactoryLookup so that EnumFactory instances can be dynamically created for enum-typed Collections or Maps.

Make constructors and property methods be accessible, possibly using unsafe, so that non-public beans can be tested.

fixes issue #4