Skip to content
Snippets Groups Projects
  1. May 13, 2025
  2. Apr 17, 2025
    • Céline  TREBEAU's avatar
      fix: update test class stubs and remove PowerMock for Mockito 5 compatibility · bf8dd6cc
      Céline TREBEAU authored
      - Removed PowerMock dependencies from pom.xml as it's incompatible with modern Mockito (v5+)
      - Updated pom.xml to use JUnit 5 (`junit-jupiter`) and `mockito-junit-jupiter` for clean integration
      - Replaced incorrect stubbing of long-returning methods (`getDepth()`, `getFrames()`, `getChannels()`)
        in test class with proper `long` literals (e.g., `5L` instead of `5`)
      - Ensured all Mockito stubs match the exact return types to avoid `WrongTypeOfReturnValue` errors
      - Confirmed tests now run under JUnit 5 with `MockitoExtension` and no legacy dependencies
      bf8dd6cc
  3. Apr 10, 2025
  4. Apr 05, 2025
  5. Apr 04, 2025
  6. Apr 02, 2025
  7. Apr 01, 2025
  8. Mar 31, 2025
  9. Mar 27, 2025
Loading