Résultats
Il y a 4 ans
Appliquez vos décisions d’architecture avec ArchUnit (2/2)
ArchUnit est une bibliothèque qui propose une fluent API pour tester l’architecture d’applications Java. Nous avons vu dans un premier article les possibilités techniques offertes par ArchUnit. Ce second article a pour objectif d’aller plus loin en voyant en quoi ArchUnit peut vous aider dans la gestion de votre architecture, dans sa documentation, et...
Il y a 4 ans
Appliquez vos décisions d’architecture avec ArchUnit (1/2)
ArchUnit est une bibliothèque qui propose une fluent API pour tester l’architecture d’applications Java. L’objectif de cet article est de vous donner un aperçu des possibilités techniques d’ArchUnit. Il sera suivi par un second article qui apportera une vision plus théorique sur l’intégration d’ArchUnit par rapport aux problématiques de gestion et de documentation de l’architecture....
Il y a 4 ans
Enforcing architecture decisions with ArchUnit
ArchUnit is a library which offers a fluent API to test the architecture of Java applications. The purpose of this article is to show what it is capable of and to question how it can fit the way you deal with architecture and its documentation. Introduction Scope ArchUnit is a library that is used to implement...