-
Notifications
You must be signed in to change notification settings - Fork 0
hw1, Daria Suvorova #1
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
base: main
Are you sure you want to change the base?
Conversation
src/test/java/hw1/Task1Test.java
Outdated
| public class Task1Test { | ||
| @Test | ||
| void validTest() { | ||
| assertEquals(Task1.minutesToSeconds("01:00"), 60); |
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.
поменяйте аргументы местами
src/test/java/hw1/Task6Test.java
Outdated
|
|
||
| public class Task6Test { | ||
| @Test | ||
| void validTest() { |
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.
Рассмотрите corner case
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.
что значит corner case?
Code Coverage
|
No description provided.