hprange / wounit

The WOUnit framework contains a set of utilities for testing WebObjects applications using JUnit 4.7 or later capabilities.
http://hprange.github.io/wounit/
Apache License 2.0
19 stars 18 forks source link

Add option to disable partials #55

Closed hprange closed 3 years ago

hprange commented 3 years ago

Setting the er.extensions.partials.enabled property as false causes WOUnit to skip the initialization of partial entities, reducing memory consumption. This option is useful if you don't use partials in your project.