DORSETRIGS
Home

archunit (4 post)


posts by category not found!

What belongs in the applicationService package to properly test the onion architecture with ArchUnit?

Understanding the Application Service Package in Onion Architecture Testing with Arch Unit In the world of software architecture Onion Architecture stands out a

3 min read 30-09-2024 58
What belongs in the applicationService package to properly test the onion architecture with ArchUnit?
What belongs in the applicationService package to properly test the onion architecture with ArchUnit?

ArchRule fails on proper test

Understanding Why Arch Rule Fails During Proper Testing When developing software particularly in Java projects ensuring that your code adheres to architectural

3 min read 19-09-2024 44
ArchRule fails on proper test
ArchRule fails on proper test

Check if a field is initialized with ArchUnit

How to Check if a Field is Initialized with Arch Unit Arch Unit is a powerful tool for enforcing architectural rules in your Java code It allows you to write te

2 min read 01-09-2024 46
Check if a field is initialized with ArchUnit
Check if a field is initialized with ArchUnit

Custom gradle Plugin to Run on Client Projects code

Running Custom Gradle Plugins on Client Projects A Deep Dive When working with Gradle plugins its common to encounter scenarios where your plugin needs to inter

2 min read 30-08-2024 70
Custom gradle Plugin to Run on Client Projects code
Custom gradle Plugin to Run on Client Projects code