Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

#128 ArchUnit を使ってapp モジュール内の依存関係が意図したものになっているかの検証追加 #136

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

tshion
Copy link
Owner

@tshion tshion commented Dec 1, 2023

  • 新規追加

概要

ArchUnit を使うと、意図したクラス関係になっているかの検証が出来るようです。

app モジュールはパッケージが多く、試してみるのにちょうど良さそうなため、
atomic design 関連の依存関係を検証するようにしてみました。

変更点

追加

  • ArchUnit の依存追加
  • ユニットテストの追加

確認事項

  • 追加したユニットテストが成功する

備考

参考文献

@tshion tshion self-assigned this Dec 1, 2023
@tshion tshion linked an issue Dec 1, 2023 that may be closed by this pull request
@tshion tshion changed the title ArchUnit を使ってapp モジュール内の依存関係が意図したものになっているかの検証追加 #128 ArchUnit を使ってapp モジュール内の依存関係が意図したものになっているかの検証追加 Dec 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

実装の依存関係をチェックする仕組みの追加
1 participant