Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLC4X-86 - Fix and re-enable tests that were disabled for Java 11 support #78

Commits on Aug 22, 2019

  1. PLC4X-86 - Fix and re-enable tests that were disabled for Java 11 sup…

    …port
    
    Some of the previously uncommented tests now pass with Java 8 and Java 11.
    The fixes mostly consist of workarounds around Mockito quirks.
    
    Mockitos RETURNS_DEEP_STUBS stubbing mode seems to be broken for
    methods with generic return types, see:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=535853
    mockito/mockito#357
    thomasdarimont committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    79cdbce View commit details
    Browse the repository at this point in the history