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

Migrate JUnit4 to JUnit5 and EasyMock/PowerMock to Mockito #5409

Merged
merged 3 commits into from Mar 4, 2024

Commits on Mar 2, 2024

  1. Copy the full SHA
    76f1ceb View commit details
    Browse the repository at this point in the history
  2. Analyzed and fixed failing UIComponentBaseBehaviorTestCase; it was

    previously never invoked, so is actually activated for the first time;
    it however initially failed on 2 tests:
    1) testAddBehavior(): the original assumption was that adding handler on
    unsupported behavior event would throw ISE but the impl never did this,
    and the javadoc also didn't say any word about this, so I adjusted the
    test itself
    2) testGetBehaviors(): the original assumption was that
    getClientBehaviors() returns a mutable collection but this was not the
    case when no initial behaviors were added, and the javadoc also didn't
    say any word about this, so I adjusted the test itself
    BalusC committed Mar 2, 2024
    Copy the full SHA
    79f91ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    64f1cee View commit details
    Browse the repository at this point in the history