-
Notifications
You must be signed in to change notification settings - Fork 0
add new fields to security analysis results (tab N) #200
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
Conversation
klesaulnier
left a comment
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.
I know it looks very similar to ContingencyLimitViolationEntity "toEntity", but it could be nice to add some tests for this
antoinebhs
left a comment
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.
Can we avoid code duplication with existing test class?
| import static org.junit.jupiter.api.Assertions.assertEquals; | ||
|
|
||
| @SpringBootTest | ||
| class PreContingencyLimitViolationTest { |
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.
Missing author
src/test/java/org/gridsuite/securityanalysis/server/AbstractLimitViolationTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/gridsuite/securityanalysis/server/ContingencyLimitViolationTest.java
Outdated
Show resolved
Hide resolved
antoinebhs
left a comment
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.
Code OK
|



No description provided.