Skip to content

Sprint_6#5

Open
melkolan wants to merge 3 commits intomainfrom
develop
Open

Sprint_6#5
melkolan wants to merge 3 commits intomainfrom
develop

Conversation

@melkolan
Copy link
Copy Markdown
Owner

@melkolan melkolan commented Mar 2, 2026

No description provided.

Lion lion = new Lion("Самец", feline);
int kittens = lion.getKittens();

assertEquals(3, kittens);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это нужно доработать:
для юнит-тестов применяется подход: один тест - одна проверка. В этом тесте две проверки, нужно оставить одну проверку.

В коде в нескольких местах есть по несколько проверок

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants