-
Notifications
You must be signed in to change notification settings - Fork 9
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
Refactor and fix SclReport behavior #304
Labels
enhancement
New feature or request
Comments
samirromdhani
added a commit
that referenced
this issue
Aug 8, 2023
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
samirromdhani
added a commit
that referenced
this issue
Aug 9, 2023
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
samirromdhani
added a commit
that referenced
this issue
Aug 9, 2023
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
samirromdhani
added a commit
that referenced
this issue
Aug 11, 2023
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> refactor test code to use AssertJ and using Gherkin to define scenarios #306 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
samirromdhani
added a commit
that referenced
this issue
Aug 11, 2023
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
samirromdhani
added a commit
that referenced
this issue
Aug 11, 2023
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> revert changes related to other issue (Refactor tests structure in compas-sct) Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat: refactor and fix SclReport behavior #304 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
samirromdhani
added a commit
that referenced
this issue
Aug 14, 2023
…ort-behavior feat: refactor and fix SclReport behavior #304
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
As a developer
SclReport
object to returna list of reported errors
instead, because it will be more convenient for callers to chain methods calls, and because SclReport includes a SclRootAdapter whose current element is the SCL instance given in parameter. It is useless to return the SclRootAdapter because the caller already has the SCL instance.SclRootAdapter
should be replaced bySCL
object in parameters and/or return value.The text was updated successfully, but these errors were encountered: