-
Notifications
You must be signed in to change notification settings - Fork 171
Need to add unit tests to jans-core #204
Copy link
Copy link
Open
Labels
comp-jans-coreComponent affected by issue or PRComponent affected by issue or PRneeds-triageIssue or PR yet to be triaged. Add more labels or details that will help during triage review.Issue or PR yet to be triaged. Add more labels or details that will help during triage review.
Milestone
Metadata
Metadata
Assignees
Labels
comp-jans-coreComponent affected by issue or PRComponent affected by issue or PRneeds-triageIssue or PR yet to be triaged. Add more labels or details that will help during triage review.Issue or PR yet to be triaged. Add more labels or details that will help during triage review.
Type
Fields
Give feedbackNo fields configured for issues without a type.
jans-core doesn't have unit tests for the most part. With significant size (20k lines of java) of code, the coverage is almost zero.
Since jans-core is used extensively across multiple jans modules, it is important to ensure integrity of this code with unit tests.
The reason for the non-existence of tests may be due to the fact that jans-core code was extracted out of existing well-tested modules and tests were not extracted for the same.