Henrique Prange
Results
12
comments of
Henrique Prange
Mathieu, nice to hear. Just let me know if you need any help.
Currently, you can load the localization configuration in a static method annotated with `@BeforeClass`: ``` java @BeforeClass public static void setup() { ERXLocalizer.initialize(); ERXValidationFactory.defaultFactory().configureFactory(); } ``` You may also have...