Skip to content

Add unit tests for config package #36

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 4 commits into
base: main
Choose a base branch
from

Conversation

ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 19, 2025

Summary

  • Added comprehensive unit tests for all classes in de.rub.nds.crawler.config package
  • Achieved 100% code coverage for MongoDbDelegate, RabbitMqDelegate, WorkerCommandConfig, and ControllerCommandConfig
  • All tests pass successfully

ic0ns added 4 commits June 19, 2025 11:16
- Test all getter and setter methods
- Test default values
- Test null and empty string handling
- Test boundary values for port
- Test overwriting values
- Achieve 100% code coverage for MongoDbDelegate class
- Test all getter and setter methods including boolean getter naming
- Test default values including boolean default
- Test null and empty string handling
- Test boundary values for port
- Test overwriting values
- Test TLS configuration combinations
- Achieve 100% code coverage for RabbitMqDelegate class
- Test constructor initialization of delegates
- Test default values including Runtime processor count
- Test all setter and getter methods
- Test boundary values for all numeric parameters
- Test multiple instances have separate delegates
- Test delegate modification
- Achieve 100% code coverage for WorkerCommandConfig class
- Test abstract class through concrete implementation
- Test all validation scenarios including parameter combinations
- Test PositiveInteger and CronSyntax validators
- Test getTargetListProvider priority logic
- Test createBulkScan method
- Test all setter and getter methods
- Test default values and boundary conditions
- Achieve 100% code coverage for ControllerCommandConfig class
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