You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it makes sense to be close to JUnit Jupiter considering the feature set, so if anybody wants to contribute this, I'd be happy to merge it! (I don't think it should be horribly complicated)
Otherwise I'll try to do it myself, but unfortunately my queue has a ton of other issues to fix before ☹️
Unlike JUnit 5's @Tag,
archunit-junit5-api
's@ArchTag
is not composable, eg.Would appreciate it if
archunit-junit5-api
could be enhanced to not only check for@ArchTag
, but any annotation that composes it.The text was updated successfully, but these errors were encountered: