-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rewrote ThermalHouseTest from groovy to scala #877
Rewrote ThermalHouseTest from groovy to scala #877
Conversation
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.
Thanks for converting this. Just some little points.
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
…mal-convert-groovy-tests-to-scalatest-remove-groovy # Conflicts: # CHANGELOG.md
…remove unused code. fmt
…test-remove-groovy
@danielfeismann Could you take a look at the test: 'Check build method'? Am I comparing the correct thing there? Because thermalHouse and thermalHouseInput do not match. Thanks :). |
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.
Thanks! Just two minor points I would like to have changed. :)
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
…test-remove-groovy
src/test/scala/edu/ie3/simona/model/thermal/ThermalHouseSpec.scala
Outdated
Show resolved
Hide resolved
…test-remove-groovy
…ts-to-scalatest-remove-groovy # Conflicts: # CHANGELOG.md
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.
LGTM
ThermalHouseTest convert from groovy to scala.
This PR is related to Issue #646
Edit: Please merge #873 first!