-
Notifications
You must be signed in to change notification settings - Fork 0
Dynamic information passing for ArrayLists and Resource usage #103
Conversation
…ce usage in test classes in certain cases
As written in the codeclimate conversations, the duplicate code issue will be solved once we decide on a static array of stats, which will result in the removal of an ArrayList and thus, the duplicate code. |
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
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.
Good work, maybe consider adding some doc to class, otherwise LGTM ! :)
app/src/main/java/ch/sdp/vibester/activity/IncorrectSongsActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/ch/sdp/vibester/activity/GameEndingActivity.kt
Outdated
Show resolved
Hide resolved
…asses involved in the PR.
Code Climate has analyzed commit fbf2ba3 and detected 5 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (80% is the threshold). This pull request will bring the total coverage in the repository to 94.7% (0.2% change). View more on Code Climate. |
Resolved the issue with dynamic passage of arrays through intents from previous week. Also found and implemented a roundabout way of using resources such as ids and strings in test cases.