ondrejlerch
ondrejlerch
From JMockit 1.47 it is not possible to mock private methods, such attempt leads to "Unsupported fake for private method" exception, We find private method mocking useful in a situation...
After upgrading from JDK 8 to JDK 11 there are many empty lines in generated XSD, e.g.: ``` ``` With JDK 8 and the same jaxb2-maven-plugin configuration generated XSD looked...
I suggest that `@BeforeSuite` and `@AfterSuite` annotations should be added to JUnit 5. Obviously they should execute before and after the whole suite. Or is there some other mechanism to...