Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Adding preloadClasses property. Value is a comma separated list of qualified name. The common usage is to init in a static class something a bit long (using maven resolver to get dependencies for instance). And then use an accessor to a static field in this loaded class to simply read the value instead of re-resolving it for each test.