Lumír Návrat

Results 5 issues of Lumír Návrat

Bug report / Enhancement ##### Issue Overview NPE is fired before @Test method is executed in @Nested class. ##### Expected Behaviour NPE isn't throw and @Test runs successfuly ##### Steps...

- added provider classes and configuration for new Junit 5.9 Signed-off-by: lnavrat Change-Id: I3eff5b3f442a11a60f81b3b2e3386ec6343a7835

Mockito 4.7 depends not on JUnit 5.9. During prepare update of our TP I need add Junit 5.9 too and later test fall on unknow junit provider version.

Algouth classes set in BeforeAll method Locale.setDefault(Locale.ENGLISH) 2 tests are failing due actual values in differet language. Tested on our company machnine with German system locale and my developer machine...

Years ago was in our company made some internal fork based on Batik 1.8. We want switch back to OSS official version. It was back-ported some changes from newers Batik...