Skip to content

Commit

Permalink
fix link to assert/kotest compare docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sonulen committed Apr 25, 2024
1 parent 76ad252 commit 7bdd064
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/docs/assertions/assertj_kotest_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
[assertj_radar]: https://redmadrobot.github.io/techradar-android/libraries/assertj/
[kotest_radar]: https://redmadrobot.github.io/techradar-android/libraries/kotest-assertion/
[junit_radar]: https://redmadrobot.github.io/techradar-android/libraries/junit-assertion/
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/40aa61ad9935816067f1b933b0529d77c187b9b9/public/snippets/assertions/assertj_kotest_compare.kt
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/cb74ae5717440f6d71e3e52ae5caf34ac2b1a0c6/public/snippets/assertions/assertj_kotest_compare.kt
[bbdassertions]: https://joel-costigliola.github.io/assertj/core/api/org/assertj/core/api/BDDAssertions.html
2 changes: 1 addition & 1 deletion radar/2024-04-03/assertj.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tags: [unit testing]
- 🔒 База знаний: [Как написать первый тест](https://android.pages.redmadrobot.dev/knowledge/guide/testing/quickstart.html)

<!-- Links -->
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/40aa61ad9935816067f1b933b0529d77c187b9b9/public/docs/assertions/assertj_kotest_compare.md
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/cb74ae5717440f6d71e3e52ae5caf34ac2b1a0c6/public/docs/assertions/assertj_kotest_compare.md
6 changes: 3 additions & 3 deletions radar/2024-04-03/junit-assertion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: JUnit
ring: adopt
title: JUnit assertions
ring: hold
quadrant: libraries
tags: [unit testing]

Expand All @@ -9,4 +9,4 @@ tags: [unit testing]
На основе [сравнения библиотек ассертов][asserts_compare] принято решение использовать [Kotest assertions](/libraries/kotest-assertion/) для android/kotlin проектов.

<!-- Links -->
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/40aa61ad9935816067f1b933b0529d77c187b9b9/public/docs/assertions/assertj_kotest_compare.md
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/cb74ae5717440f6d71e3e52ae5caf34ac2b1a0c6/public/docs/assertions/assertj_kotest_compare.md
2 changes: 1 addition & 1 deletion radar/2024-04-03/kotest-assertion.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Kotest assertions предоставляет широкий спектр мет
- 🔒 База знаний: [Как написать первый тест](https://android.pages.redmadrobot.dev/knowledge/guide/testing/quickstart.html)

<!-- Links -->
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/40aa61ad9935816067f1b933b0529d77c187b9b9/public/docs/assertions/assertj_kotest_compare.md
[asserts_compare]: https://github.com/RedMadRobot/techradar-android/blob/cb74ae5717440f6d71e3e52ae5caf34ac2b1a0c6/public/docs/assertions/assertj_kotest_compare.md

0 comments on commit 7bdd064

Please sign in to comment.