Skip to content

Commit

Permalink
Merge pull request #110
Browse files Browse the repository at this point in the history
Bezsmertnyi | Documentation
  • Loading branch information
Vladik-gif authored Apr 18, 2024
2 parents c48d31b + 43dacfb commit 2746b15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ dependencies {

//SPRING-TEST
dependencies {
testImplementation 'org.springframework:spring-webflux'
testImplementation 'org.springframework.graphql:spring-graphql-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
Expand Down
8 changes: 7 additions & 1 deletion documentation/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
пакету (або в інший пакет за потребою).
2.3 Назва метода повинна передавати основну логіку або функціональність, яку він виконує.
2.4 Кожен клас, що включений в цей класи, повинні бути використаними.
3 Кожна залежність яка є в build.gradle повинна бути використана в API, обов'язково.
3 Кожна залежність яка є в build.gradle повинна бути використана в API, обов'язково.
4 Тести, методи
4.1 МетодТест починається з void, обов'язково.
4.2 Кожна назва методТесту повинна мати назву як і метод який тестується і закінчуватися словом "Test".
4.2.1 Приклад: loginTest - ця назва дає зрозуміти що Тест перевіряє успішність авторизації
4.2.2 Приклад: loginNotTest - ця назва дає зрозуміти що Тест перевіряє не успішність авторизації
4.3 Тести проводяться на рівні серверного слоя API.

0 comments on commit 2746b15

Please sign in to comment.