Skip to content

discussions Search Results · topic:jgiven org:TNG fork:true

Filter by

31 results
 (71 ms)

31 results

inTNG (press backspace or delete to remove)

When following the guide, I m running into this error message: FAILURE: Build failed with an exception. - What went wrong: No matching tests found in any candidate test task. Requested tests: Test pattern ...

First: ArchUnit really rocks, great work. Very helpful, so thanks very much for your work! ❤️ 👍 Actually I was coming around the following problem these days. In my tests I want to ensure that some classes ...

I am currently in the process of implementing a simple hexagonal architecture. I have followed the DDD principle and placed the DomainModels alongside the DomainServices in a domain-package. In addition ...

Our project can t upgrade spring boot version to 3.2 because of bug https://github.com/TNG/ArchUnit/issues/1224 which was fixed but not released. Can we hope for a release in the near future?

In my Hexagon Architected Spring Boot app, I have the main class (BlackjackGameApplication), with the @SpringBootApplication annotation that does the bootstrap configuration of the application. It does ...

Hello everyone, I am developing a test to detect unreferenced classes and i have encountered this issue. I ve defined two DescribedPredicate instances for JavaClass objects: Implementing Interfaces Check: ...

I was searching for a API areNotDeclaredInClassesThat() as a negation for the existing API areDeclaredInClassesThat() but could not find it. Is there a specific reason this is not available?

36 commits and 4 months since the previous release (1.0.1) There are a lot of interesting new stuff, can you do a release please ?

Hi guys, thanks for working on this so useful tool, it s great. I feel like ArchUnit misses dependences on things that are not methods, or at least dependencies on constants (final static) fields. Maybe ...
  • Gioxiposted
    on Nov 17, 2023
  • 3

Hi, I need help, I m going to create a library for my team, for example: timeA-archunit will be the name of the library, in this lib we will implement archunit and create the tests, then we will add this ...