-
Notifications
You must be signed in to change notification settings - Fork 4
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
75 unit test testcurrentorfutureriskcalculation #89
base: dev
Are you sure you want to change the base?
Conversation
…kCalculator show that issue #75 is caused by a problem with domain model registration. Not a solution, but shows what the problem is.
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please look at the code smell on line 431 (the String.format, not the throwing of a RuntimeException).
Also remove the lines where the @ignore is now commented.
Why are there two system model files now not loaded (commented out) in src/test/java/uk/ac/soton/itinnovation/security/modelvalidator/test/RiskLevelCalculatorTester.java ? If we really do not need them then delete the lines and delete the files.
@panositi - there seems to be two open branches for this issue, both with code changes/commits, although your comment above seems to suggest that you merged testcurrentorfutureriskcalculation-1? Can you clarify which branches are still active/required?
|
@panositi - also this pull request tells us there are some conflicts which should be resolved. |
Merged 75 unit test testcurrentorfutureriskcalculation-1 but needs further checks,
src/test/resources/modelvalidator/RiskLevelCalculator
contains all DM, SM required for unit tests. Needs further testing.