Skip to content

Add comprehensive unit tests for Crawler-Core #17

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

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Conversation

ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 18, 2025

Summary

  • Added comprehensive unit tests for all major components in Crawler-Core
  • Achieved significantly improved test coverage
  • Added mockito-core dependency for mocking capabilities

ic0ns pushed a commit that referenced this pull request Jun 30, 2025
…nceProvider

- Renamed local variable 'instance' to 'manager' in BulkScanWorkerManager.handleStatic() to avoid shadowing the static field
- Renamed parameter 'serializers' to 'serializersToRegister' in MongoPersistenceProvider.registerSerializer() to avoid shadowing the static field
- Renamed parameter 'modules' to 'modulesToRegister' in MongoPersistenceProvider.registerModule() to avoid shadowing the static field

These changes resolve the variable hiding warnings identified in issue #17.
@ic0ns ic0ns mentioned this pull request Jun 30, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant